Re: bypass interface input queues for vlan(4)

2019-03-22 Thread Hrvoje Popovski
On 23.2.2019. 10:35, David Gwynne wrote: > On Fri, Feb 22, 2019 at 09:56:58AM -0300, Martin Pieuchot wrote: >> On 22/02/19(Fri) 15:01, David Gwynne wrote: >>> On Thu, Feb 21, 2019 at 04:29:27PM -0300, Martin Pieuchot wrote: On 21/02/19(Thu) 14:19, David Gwynne wrote: > right now we add

Re: bypass interface input queues for vlan(4)

2019-02-23 Thread David Gwynne
On Fri, Feb 22, 2019 at 09:56:58AM -0300, Martin Pieuchot wrote: > On 22/02/19(Fri) 15:01, David Gwynne wrote: > > On Thu, Feb 21, 2019 at 04:29:27PM -0300, Martin Pieuchot wrote: > > > On 21/02/19(Thu) 14:19, David Gwynne wrote: > > > > right now we add vlan_input as a possible input handler on

Re: bypass interface input queues for vlan(4)

2019-02-22 Thread Martin Pieuchot
On 22/02/19(Fri) 15:01, David Gwynne wrote: > On Thu, Feb 21, 2019 at 04:29:27PM -0300, Martin Pieuchot wrote: > > On 21/02/19(Thu) 14:19, David Gwynne wrote: > > > right now we add vlan_input as a possible input handler on the parent > > > interface, and if the packet is for a vlan we take it and

Re: bypass interface input queues for vlan(4)

2019-02-21 Thread David Gwynne
On Thu, Feb 21, 2019 at 04:29:27PM -0300, Martin Pieuchot wrote: > On 21/02/19(Thu) 14:19, David Gwynne wrote: > > right now we add vlan_input as a possible input handler on the parent > > interface, and if the packet is for a vlan we take it and pretend we > > received it on the vlan interface by

Re: bypass interface input queues for vlan(4)

2019-02-21 Thread Martin Pieuchot
On 21/02/19(Thu) 14:19, David Gwynne wrote: > right now we add vlan_input as a possible input handler on the parent > interface, and if the packet is for a vlan we take it and pretend we > received it on the vlan interface by calling if_input against that mbuf. > > as mpi notes, the if input

bypass interface input queues for vlan(4)

2019-02-20 Thread David Gwynne
right now we add vlan_input as a possible input handler on the parent interface, and if the packet is for a vlan we take it and pretend we received it on the vlan interface by calling if_input against that mbuf. as mpi notes, the if input queue stuff looks like a lot of work, especially for a