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

2020-10-14 Thread Thomas Monjalon
04/10/2020 15:50, 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 pa

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

2020-10-04 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