Re: [PATCH iproute2-next v2] iplink:macvlan: Added bcqueuelen parameter

2020-12-15 Thread David Ahern
On 12/14/20 3:42 AM, Thomas Karlsson wrote: > This patch allows the user to set and retrieve the > IFLA_MACVLAN_BC_QUEUE_LEN parameter via the bcqueuelen > command line argument > > This parameter controls the requested size of the queue for > broadcast and multicast packages in the macvlan driver

Re: [PATCH iproute2-next v2] iplink:macvlan: Added bcqueuelen parameter

2020-12-14 Thread Thomas Karlsson
On 2020-12-14 18:03, David Ahern wrote: > On 12/14/20 3:42 AM, Thomas Karlsson wrote: >> This patch allows the user to set and retrieve the >> IFLA_MACVLAN_BC_QUEUE_LEN parameter via the bcqueuelen >> command line argument >> >> This parameter controls the requested size of the queue for >> broadca

Re: [PATCH iproute2-next v2] iplink:macvlan: Added bcqueuelen parameter

2020-12-14 Thread David Ahern
On 12/14/20 3:42 AM, Thomas Karlsson wrote: > This patch allows the user to set and retrieve the > IFLA_MACVLAN_BC_QUEUE_LEN parameter via the bcqueuelen > command line argument > > This parameter controls the requested size of the queue for > broadcast and multicast packages in the macvlan driver

[PATCH iproute2-next v2] iplink:macvlan: Added bcqueuelen parameter

2020-12-14 Thread Thomas Karlsson
This patch allows the user to set and retrieve the IFLA_MACVLAN_BC_QUEUE_LEN parameter via the bcqueuelen command line argument This parameter controls the requested size of the queue for broadcast and multicast packages in the macvlan driver. If not specified, the driver default (1000) will be u