Re: [PATCH v2 net-next 2/5] qed/qede: Add VXLAN tunnel slowpath configuration support

2016-04-14 Thread David Miller
From: Yuval Mintz Date: Thu, 14 Apr 2016 19:52:44 + >> Why do you call all of these offloads the "slowpath"? > > We term by 'slowpath' all the non {data,fast}path configurations, > I.e., everything that doesn't really involves the ingress/egress handling > of packets but rather the infrastru

RE: [PATCH v2 net-next 2/5] qed/qede: Add VXLAN tunnel slowpath configuration support

2016-04-14 Thread Yuval Mintz
> Why do you call all of these offloads the "slowpath"? We term by 'slowpath' all the non {data,fast}path configurations, I.e., everything that doesn't really involves the ingress/egress handling of packets but rather the infrastructure changes surrounding it. That exactly what we have in this pa

Re: [PATCH v2 net-next 2/5] qed/qede: Add VXLAN tunnel slowpath configuration support

2016-04-14 Thread David Miller
From: Manish Chopra Date: Thu, 14 Apr 2016 01:38:30 -0400 > This patch enables VXLAN tunnel on the adapter and > add support for driver hooks to configure UDP ports > for VXLAN tunnel offload to be performed by the adapter. > > Signed-off-by: Manish Chopra > Signed-off-by: Yuval Mintz > Signed

[PATCH v2 net-next 2/5] qed/qede: Add VXLAN tunnel slowpath configuration support

2016-04-13 Thread Manish Chopra
This patch enables VXLAN tunnel on the adapter and add support for driver hooks to configure UDP ports for VXLAN tunnel offload to be performed by the adapter. Signed-off-by: Manish Chopra Signed-off-by: Yuval Mintz Signed-off-by: Ariel Elior --- drivers/net/ethernet/qlogic/Kconfig