[ewg] [PATCH] RDMA/nes: Fix for TSO low nic throughput -	linux-next-pending
    Or Gerlitz 
    ogerlitz at mellanox.com
       
    Sat Sep  8 23:53:54 PDT 2012
    
    
  
On 08/09/2012 03:37, Tatyana Nikolova wrote:
> Fix for TSO low nic throughput with linux-3.5
> skb_is_gso() is changed to bool and returns 1 instead of MSS.
> The gso_size from skb_shared_info is now used to pass MSS to hardware.
here's the form of this function from net-next
>
> static inline bool skb_is_gso(const struct sk_buff *skb)
> {
>         return skb_shinfo(skb)->gso_size;
> }
its bool indeed, but does return gso_size
>
> (the patch is linux-next-pending)
I don't see it in net-next, through which exact tree are you merging it?
    
    
More information about the ewg
mailing list