Re: [iproute2-next] tc flower: use right ethertype in icmp/arp parsing

2020-10-27 Thread David Ahern
On 10/27/20 3:11 AM, Zahari Doychev wrote: > On Mon, Oct 26, 2020 at 09:48:24AM +0100, Simon Horman wrote: >> On Sun, Oct 25, 2020 at 03:18:48PM -0600, David Ahern wrote: >>> On 10/19/20 5:47 AM, Zahari Doychev wrote: Currently the icmp and arp prsing functions are called with inccorect e

Re: [iproute2-next] tc flower: use right ethertype in icmp/arp parsing

2020-10-27 Thread Zahari Doychev
On Mon, Oct 26, 2020 at 09:48:24AM +0100, Simon Horman wrote: > On Sun, Oct 25, 2020 at 03:18:48PM -0600, David Ahern wrote: > > On 10/19/20 5:47 AM, Zahari Doychev wrote: > > > Currently the icmp and arp prsing functions are called with inccorect > > > ethtype in case of vlan or cvlan filter optio

Re: [iproute2-next] tc flower: use right ethertype in icmp/arp parsing

2020-10-26 Thread Simon Horman
On Sun, Oct 25, 2020 at 03:18:48PM -0600, David Ahern wrote: > On 10/19/20 5:47 AM, Zahari Doychev wrote: > > Currently the icmp and arp prsing functions are called with inccorect > > ethtype in case of vlan or cvlan filter options. In this case either > > cvlan_ethtype or vlan_ethtype has to be us

Re: [iproute2-next] tc flower: use right ethertype in icmp/arp parsing

2020-10-25 Thread David Ahern
On 10/19/20 5:47 AM, Zahari Doychev wrote: > Currently the icmp and arp prsing functions are called with inccorect > ethtype in case of vlan or cvlan filter options. In this case either > cvlan_ethtype or vlan_ethtype has to be used. > > Signed-off-by: Zahari Doychev > --- > tc/f_flower.c | 43 +

[iproute2-next] tc flower: use right ethertype in icmp/arp parsing

2020-10-19 Thread Zahari Doychev
Currently the icmp and arp prsing functions are called with inccorect ethtype in case of vlan or cvlan filter options. In this case either cvlan_ethtype or vlan_ethtype has to be used. Signed-off-by: Zahari Doychev --- tc/f_flower.c | 43 ++- 1 file change