Re: [dpdk-dev] [PATCH v2] net/mlx4: fix default flow rule create

2019-03-07 Thread Shahaf Shuler
Wednesday, February 27, 2019 4:57 AM, Yongseok Koh: > Subject: Re: [PATCH v2] net/mlx4: fix default flow rule create > > > > On Feb 24, 2019, at 1:41 AM, Dekel Peled wrote: > > > > Original patch changed logic of function mlx4_flow_merge_eth(). > > The setting of flow->promisc was wrongly remove

Re: [dpdk-dev] [PATCH v2] net/mlx4: fix default flow rule create

2019-02-26 Thread Yongseok Koh
> On Feb 24, 2019, at 1:41 AM, Dekel Peled wrote: > > Original patch changed logic of function mlx4_flow_merge_eth(). > The setting of flow->promisc was wrongly removed. > This patch adds the removed setting of flow->promisc, to restore > the required behavior. > > Fixes: c0d239263156 ("net/ml

[dpdk-dev] [PATCH v2] net/mlx4: fix default flow rule create

2019-02-24 Thread Dekel Peled
Original patch changed logic of function mlx4_flow_merge_eth(). The setting of flow->promisc was wrongly removed. This patch adds the removed setting of flow->promisc, to restore the required behavior. Fixes: c0d239263156 ("net/mlx4: support flow w/o ETH spec and with VLAN") Cc: sta...@dpdk.org -