Re: Ethernet Drivers: Question on Sending Received Packets to the FreeBSD Network Stack

2011-02-04 Thread Robert Watson
On Thu, 3 Feb 2011, Julian Elischer wrote: On 2/3/11 10:08 AM, David Somayajulu wrote: Hi All, While sending the Received Ethernet Frames (non - LRO case) to the FreeBSD Network Stack via (struct ifnet *)-if_input((struct ifnet *), (struct *mbuf)); Is it possible to send multiple Ethernet

Re: Ethernet Drivers: Question on Sending Received Packets to the FreeBSD Network Stack

2011-02-04 Thread Julian Elischer
On 2/3/11 4:25 PM, Ryan Stone wrote: On Thu, Feb 3, 2011 at 2:48 PM, Julian Elischerjul...@freebsd.org wrote: I had never considered passing a set of packets, but after my initial scoffing thoughts I realized that it would actually be a very interesting thought experiment to see if the ability

Re: Ethernet Drivers: Question on Sending Received Packets to the FreeBSD Network Stack

2011-02-03 Thread Julian Elischer
On 2/3/11 10:08 AM, David Somayajulu wrote: Hi All, While sending the Received Ethernet Frames (non - LRO case) to the FreeBSD Network Stack via (struct ifnet *)-if_input((struct ifnet *), (struct *mbuf)); Is it possible to send multiple Ethernet Frames in a single invocation of the above

Re: Ethernet Drivers: Question on Sending Received Packets to the FreeBSD Network Stack

2011-02-03 Thread Ryan Stone
On Thu, Feb 3, 2011 at 2:48 PM, Julian Elischer jul...@freebsd.org wrote: I had never considered passing a set of packets, but after my initial scoffing thoughts I realized that it would actually be a very interesting thought experiment to see if the ability to do that would be advantageous in