Re: [dpdk-dev] [PATCH v2 1/4] ethdev: allow negative values in flow rule types

2020-09-17 Thread Andrew Rybchenko
Monjalon ; Ferruh Yigit Subject: RE: [dpdk-dev] [PATCH v2 1/4] ethdev: allow negative values in flow rule types Subject: Re: [dpdk-dev] [PATCH v2 1/4] ethdev: allow negative values in flow rule types On 9/15/20 7:36 AM, Ajit Khaparde wrote: On Tue, Sep 8, 2020 at 1:16 PM Gregory Etelson

Re: [dpdk-dev] [PATCH v2 1/4] ethdev: allow negative values in flow rule types

2020-09-17 Thread Andrew Rybchenko
Cc: dpdk-dev ; Matan Azrad ; Raslan Darawsheh ; Ori Kam ; Gregory Etelson ; Ori Kam ; NBU- Contact-Thomas Monjalon ; Ferruh Yigit Subject: RE: [dpdk-dev] [PATCH v2 1/4] ethdev: allow negative values in flow rule types Subject: Re: [dpdk-dev] [PATCH v2 1/4] ethdev: allow negative values in

Re: [dpdk-dev] [PATCH v2 1/4] ethdev: allow negative values in flow rule types

2020-09-17 Thread Gregory Etelson
n ; Ori Kam ; > > NBU-Contact-Thomas Monjalon ; Ferruh Yigit > > > > Subject: RE: [dpdk-dev] [PATCH v2 1/4] ethdev: allow negative values > > in flow rule types > > > > Subject: Re: [dpdk-dev] [PATCH v2 1/4] ethdev: allow negative values > > in flow rule types On 9

Re: [dpdk-dev] [PATCH v2 1/4] ethdev: allow negative values in flow rule types

2020-09-17 Thread Ori Kam
parde > > > Cc: dpdk-dev ; Matan Azrad ; Raslan > Darawsheh ; Ori Kam ; Gregory > Etelson ; Ori Kam ; NBU- > Contact-Thomas Monjalon ; Ferruh Yigit > > > Subject: RE: [dpdk-dev] [PATCH v2 1/4] ethdev: allow negative values in flow > rule types > > > > S

Re: [dpdk-dev] [PATCH v2 1/4] ethdev: allow negative values in flow rule types

2020-09-16 Thread Andrew Rybchenko
Monjalon ; Ferruh Yigit > Subject: RE: [dpdk-dev] [PATCH v2 1/4] ethdev: allow negative values in flow > rule types > > Subject: Re: [dpdk-dev] [PATCH v2 1/4] ethdev: allow negative values in flow > rule types > On 9/15/20 7:36 AM, Ajit Khaparde wrote: > On Tue, Sep 8,

Re: [dpdk-dev] [PATCH v2 1/4] ethdev: allow negative values in flow rule types

2020-09-16 Thread Gregory Etelson
values in flow rule types Subject: Re: [dpdk-dev] [PATCH v2 1/4] ethdev: allow negative values in flow rule types On 9/15/20 7:36 AM, Ajit Khaparde wrote: On Tue, Sep 8, 2020 at 1:16 PM Gregory Etelson <mailto:getel...@nvidia.com> wrote: From: Gregory Etelson <mailto:getel...@mellanox.

Re: [dpdk-dev] [PATCH v2 1/4] ethdev: allow negative values in flow rule types

2020-09-15 Thread Gregory Etelson
> On 9/8/20 11:15 PM, Gregory Etelson wrote: > > From: Gregory Etelson > > > > RTE flow items & actions use positive values in item & action type. > > Negative values are reserved for PMD private types. PMD items & > > actions usually are not exposed to application and are not used to > > create R

Re: [dpdk-dev] [PATCH v2 1/4] ethdev: allow negative values in flow rule types

2020-09-15 Thread Gregory Etelson
Subject: Re: [dpdk-dev] [PATCH v2 1/4] ethdev: allow negative values in flow rule types On 9/15/20 7:36 AM, Ajit Khaparde wrote: On Tue, Sep 8, 2020 at 1:16 PM Gregory Etelson mailto:getel...@nvidia.com>> wrote: From: Gregory Etelson mailto:getel...@mellanox.com>> RTE flow items &

Re: [dpdk-dev] [PATCH v2 1/4] ethdev: allow negative values in flow rule types

2020-09-15 Thread Andrew Rybchenko
On 9/15/20 7:36 AM, Ajit Khaparde wrote: > On Tue, Sep 8, 2020 at 1:16 PM Gregory Etelson > wrote: > > From: Gregory Etelson > > > RTE flow items & actions use positive values in item & action type. > Negative values are re

Re: [dpdk-dev] [PATCH v2 1/4] ethdev: allow negative values in flow rule types

2020-09-15 Thread Andrew Rybchenko
On 9/8/20 11:15 PM, Gregory Etelson wrote: > From: Gregory Etelson > > RTE flow items & actions use positive values in item & action type. > Negative values are reserved for PMD private types. PMD > items & actions usually are not exposed to application and are not > used to create RTE flows. >

Re: [dpdk-dev] [PATCH v2 1/4] ethdev: allow negative values in flow rule types

2020-09-15 Thread Ajit Khaparde
On Tue, Sep 8, 2020 at 1:16 PM Gregory Etelson wrote: > From: Gregory Etelson > > RTE flow items & actions use positive values in item & action type. > Negative values are reserved for PMD private types. PMD > items & actions usually are not exposed to application and are not > used to create RT

[dpdk-dev] [PATCH v2 1/4] ethdev: allow negative values in flow rule types

2020-09-08 Thread Gregory Etelson
From: Gregory Etelson RTE flow items & actions use positive values in item & action type. Negative values are reserved for PMD private types. PMD items & actions usually are not exposed to application and are not used to create RTE flows. The patch allows applications with access to PMD flow ite