Re: [dpdk-dev] [PATCH v4] net/ice: add flow mark hint support

2019-11-21 Thread Thomas Monjalon
21/11/2019 13:40, Zhang, Qi Z: > From: Thomas Monjalon > > 21/11/2019 02:19, Zhang, Qi Z: > > > From: Thomas Monjalon > > > > 19/11/2019 07:14, Qi Zhang: > > > > > Since not all data paths support flow mark, the driver needs a > > > > > hint from application to select the correct data path if flo

Re: [dpdk-dev] [PATCH v4] net/ice: add flow mark hint support

2019-11-21 Thread Zhang, Qi Z
> -Original Message- > From: Thomas Monjalon > Sent: Thursday, November 21, 2019 3:37 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Ye, Xiaolong ; Yigit, Ferruh > ; arybche...@solarflare.com; or...@mellanox.com > Subject: Re: [dpdk-dev] [PATCH v4] net/ice: add f

Re: [dpdk-dev] [PATCH v4] net/ice: add flow mark hint support

2019-11-20 Thread Thomas Monjalon
21/11/2019 02:19, Zhang, Qi Z: > From: Thomas Monjalon > > 19/11/2019 07:14, Qi Zhang: > > > Since not all data paths support flow mark, the driver needs a hint > > > from application to select the correct data path if flow mark is > > > required. The patch introduces a devarg "flow-mark-support"

Re: [dpdk-dev] [PATCH v4] net/ice: add flow mark hint support

2019-11-20 Thread Zhang, Qi Z
> -Original Message- > From: Thomas Monjalon > Sent: Thursday, November 21, 2019 2:57 AM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Ye, Xiaolong ; Yigit, Ferruh > ; arybche...@solarflare.com; or...@mellanox.com > Subject: Re: [dpdk-dev] [PATCH v4] net/ice: add f

Re: [dpdk-dev] [PATCH v4] net/ice: add flow mark hint support

2019-11-20 Thread Thomas Monjalon
19/11/2019 07:14, Qi Zhang: > Since not all data paths support flow mark, the driver needs > a hint from application to select the correct data path if > flow mark is required. The patch introduces a devarg > "flow-mark-support" as a workaround solution, since a standard > way is still ongoing. >

Re: [dpdk-dev] [PATCH v4] net/ice: add flow mark hint support

2019-11-18 Thread Ye Xiaolong
On 11/19, Qi Zhang wrote: >Since not all data paths support flow mark, the driver needs >a hint from application to select the correct data path if >flow mark is required. The patch introduces a devarg >"flow-mark-support" as a workaround solution, since a standard >way is still ongoing. > >Signed-

[dpdk-dev] [PATCH v4] net/ice: add flow mark hint support

2019-11-18 Thread Qi Zhang
Since not all data paths support flow mark, the driver needs a hint from application to select the correct data path if flow mark is required. The patch introduces a devarg "flow-mark-support" as a workaround solution, since a standard way is still ongoing. Signed-off-by: Qi Zhang Acked-by: Qimin