Re: skb length without fragments

2018-10-08 Thread Eric Dumazet
On 10/08/2018 11:02 AM, pradeep kumar nalla wrote: > Hi > > While testing my network driver with pktgen I could see an skb greater > than 16K without fragments in xmit function. This lead to a fix in my > driver that assumes when an SKB whose length is greater than 16K will > come with fragment

skb length without fragments

2018-10-08 Thread pradeep kumar nalla
Hi While testing my network driver with pktgen I could see an skb greater than 16K without fragments in xmit function. This lead to a fix in my driver that assumes when an SKB whose length is greater than 16K will come with fragments. Apart from pktgen what are the chances or possibilities of gett