[openib-general] Latest build test results

Hal Rosenstock halr at voltaire.com
Fri Oct 7 06:48:56 PDT 2005


On Thu, 2005-10-06 at 15:26, Hal Rosenstock wrote:
> On Thu, 2005-10-06 at 15:20, Nishanth Aravamudan wrote:
> > On 06.10.2005 [13:25:35 -0400], Hal Rosenstock wrote:
> > > On Thu, 2005-10-06 at 13:11, Nishanth Aravamudan wrote:
> > > > On 06.10.2005 [19:40:40 +0300], Dan Bar Dov wrote:
> > > > > I've fixed the 2.6.14-rc3 compilation warnings with iSER on x86 in version 3682.
> > > > 
> > > > Great! Thanks.
> > > > 
> > > > I'm re-running the tests (due to a subtle flaw in my PATH, my cronjobs
> > > > weren't running) now and will post the latest results.
> > > 
> > > You might also want to apply 
> > > https://openib.org/svn/gen2/trunk/src/linux-kernel/patches/linux-2.6.14-rc3-fib-frontend.diff
> > > to get rid of the AT and SDP warnings.
> > 
> > This patch does remove the warning regarding undefined symbols during
> > modpost, but does not remove the warnings
> > 
> > drivers/infiniband/core/at.c:1547: warning: initialization from incompatible pointer type
> > 
> > drivers/infiniband/ulp/sdp/sdp_link.c:752: warning: initialization from incompatible pointer type
> 
> Right. Roland reported a change to struct packet_type in 2.6.14. I'll
> work on a patch for this too. Thanks.

Can you try this patch for the above 2 warnings ? If it works, I check
it into the patches directory. Thanks.

-- Hal

Update arp_recv functions to latest 2.6.14 netdevice.h API for struct
packet_type

Signed-off-by: Hal Rosenstock <halr at voltaire.com>

Index: core/at.c
===================================================================
--- core/at.c   (revision 3691)
+++ core/at.c   (working copy)
@@ -1258,7 +1258,7 @@ static void ib_at_arp_work(void *data)
 }
 
 static int ib_at_arp_recv(struct sk_buff *skb, struct net_device *dev,
-                            struct packet_type *pt)
+                         struct packet_type *pt, struct net_device *orig_dev)
 {
        struct arp_work *work;
        struct arphdr *arp_hdr;
Index: ulp/sdp/sdp_link.c
===================================================================
--- ulp/sdp/sdp_link.c  (revision 3691)
+++ ulp/sdp/sdp_link.c  (working copy)
@@ -716,7 +716,7 @@ done:
  * sdp_link_arp_recv - receive all ARP packets
  */
 static int sdp_link_arp_recv(struct sk_buff *skb, struct net_device *dev,
-                            struct packet_type *pt)
+                            struct packet_type *pt, struct net_device *orig_dev)
 {
        struct sdp_work *work;
        struct arphdr *arp_hdr;






More information about the general mailing list