Re: [dpdk-dev] [PATCH] net/mlx5: fix sanity check for MPLS-in-GRE

2018-08-04 Thread Matan Azrad
Hi Koh From: Yongseok Koh > Multiple tunnel isn't allowed but MPLS over GRE should be accepted. > > Fixes: a4a5cd21d20a ("net/mlx5: add flow MPLS item") > > Signed-off-by: Yongseok Koh > --- > drivers/net/mlx5/mlx5_flow.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --g

Re: [dpdk-dev] [PATCH] net/mlx5: prohibit wildcard match for GRE protocol

2018-08-04 Thread Matan Azrad
Hi Koh From: Yongseok Koh > Currently, driver sets full mask (0x) for GRE protocol to device. Until > it is > changed, PMD can't support wildcard match. > > Fixes: f4b901a46aec ("net/mlx5: add flow GRE item") > Cc: sta...@dpdk.org > > Signed-off-by: Yongseok Koh > --- > drivers/net/mlx5/m

Re: [dpdk-dev] [PATCH] net/tap: fix zeroed flow mask configurations

2018-08-04 Thread Matan Azrad
Hi Adrien From: Adrien Mazarguil > Hi Matan, > > On Thu, Aug 02, 2018 at 05:52:18PM +, Matan Azrad wrote: > > Hi Adrien > > > > From: Adrien Mazarguil > > > On Thu, Aug 02, 2018 at 10:33:00AM +, Matan Azrad wrote: > > > > The rte_flow meaning of zero flow mask configuration is to match >

Re: [dpdk-dev] [PATCH v5] net/bonding: fix slave add for mode 4

2018-08-04 Thread Thomas Monjalon
02/08/2018 15:42, Doherty, Declan: > On 18/07/2018 2:21 PM, Radu Nicolau wrote: > > Moved the link status validity check from the slave add to the slave > > activation step. Otherwise slave add will fail for mode 4 if > > the ports are all stopped but only one of them checked. > > > > Removed acti

Re: [dpdk-dev] [PATCH v2] net/bonding: fix race condition

2018-08-04 Thread Thomas Monjalon
27/07/2018 12:55, Chas Williams: > On Wed, Jul 25, 2018 at 5:46 AM Radu Nicolau wrote: > > > Race condition can appear in the bond_mode_8023ad_periodic_cb() > > callback when bonding port is stopped, reconfigured and restarted. > > > > Re-ordered calls in bond_ethdev_start() to have callback alar

Re: [dpdk-dev] [PATCH] netvsc: free ring with rte_ring_free

2018-08-04 Thread Thomas Monjalon
02/08/2018 01:18, Stephen Hemminger: > The internal receive ring should be freed with rte_ring_free > not rte_free. > > Fixes: 4e9c73e96e83 ("net/netvsc: add Hyper-V network device") > Signed-off-by: Stephen Hemminger Applied, thanks

Re: [dpdk-dev] [PATCH v2] vhost: flush IOTLB cache on new mem table handling

2018-08-04 Thread Thomas Monjalon
03/08/2018 10:37, Tiwei Bie: > On Fri, Aug 03, 2018 at 09:54:21AM +0200, Maxime Coquelin wrote: > > On 08/03/2018 04:30 AM, Tiwei Bie wrote: > > > On Thu, Aug 02, 2018 at 07:21:22PM +0200, Maxime Coquelin wrote: > [...] > > >> > > >> #endif /* _VHOST_IOTLB_H_ */ > > >> diff --git a/lib/librte_

Re: [dpdk-dev] [PATCH] net/tap: add probe finish call for tun secondary

2018-08-04 Thread Thomas Monjalon
24/07/2018 15:04, Wiles, Keith: > > > On Jul 24, 2018, at 12:05 AM, Vipin Varghese > > wrote: > > > > Invoke rte_eth_dev_probing_finish for rte_pmd_tun_probe. > > > > Signed-off-by: Vipin Varghese > > Acked-by: Keith Wiles Applied, thanks