mbox series

[0/4] ethdev: remove not supported flow actions

Message ID 20220929092256.3901308-1-andrew.rybchenko@oktetlabs.ru (mailing list archive)
Headers
Series ethdev: remove not supported flow actions |

Message

Andrew Rybchenko Sept. 29, 2022, 9:22 a.m. UTC
  Process deprecation notice to remove RTE flow API actions which
are not actually supported by any PMD.

Andrew Rybchenko (4):
  ethdev: remove deprecated flow action to set MPLS TTL
  ethdev: remove deprecated flow action to decrement MPLS TTL
  ethdev: remove deprecated flow action to set layer 3 TTL
  ethdev: remove deprecated flow actions to copy TTL

 app/test-pmd/cmdline_flow.c                   | 80 -----------------
 doc/guides/prog_guide/rte_flow.rst            | 86 -------------------
 doc/guides/rel_notes/deprecation.rst          |  4 -
 doc/guides/rel_notes/release_22_11.rst        |  5 ++
 drivers/net/bnxt/tf_ulp/ulp_rte_handler_tbl.c | 20 -----
 lib/ethdev/rte_flow.c                         |  7 --
 lib/ethdev/rte_flow.h                         | 83 ------------------
 7 files changed, 5 insertions(+), 280 deletions(-)
  

Comments

Ori Kam Sept. 29, 2022, 12:04 p.m. UTC | #1
> -----Original Message-----
> From: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
> Sent: Thursday, 29 September 2022 12:23
> 
> Process deprecation notice to remove RTE flow API actions which
> are not actually supported by any PMD.
> 
> Andrew Rybchenko (4):
>   ethdev: remove deprecated flow action to set MPLS TTL
>   ethdev: remove deprecated flow action to decrement MPLS TTL
>   ethdev: remove deprecated flow action to set layer 3 TTL
>   ethdev: remove deprecated flow actions to copy TTL
> 
>  app/test-pmd/cmdline_flow.c                   | 80 -----------------
>  doc/guides/prog_guide/rte_flow.rst            | 86 -------------------
>  doc/guides/rel_notes/deprecation.rst          |  4 -
>  doc/guides/rel_notes/release_22_11.rst        |  5 ++
>  drivers/net/bnxt/tf_ulp/ulp_rte_handler_tbl.c | 20 -----
>  lib/ethdev/rte_flow.c                         |  7 --
>  lib/ethdev/rte_flow.h                         | 83 ------------------
>  7 files changed, 5 insertions(+), 280 deletions(-)
> 
> --
> 2.30.2

Series-acked-by:  Ori Kam <orika@nvidia.com>
  
Ferruh Yigit Oct. 4, 2022, 1:07 a.m. UTC | #2
On 9/29/2022 1:04 PM, Ori Kam wrote:
> 
> 
>> -----Original Message-----
>> From: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
>> Sent: Thursday, 29 September 2022 12:23
>>
>> Process deprecation notice to remove RTE flow API actions which
>> are not actually supported by any PMD.
>>
>> Andrew Rybchenko (4):
>>    ethdev: remove deprecated flow action to set MPLS TTL
>>    ethdev: remove deprecated flow action to decrement MPLS TTL
>>    ethdev: remove deprecated flow action to set layer 3 TTL
>>    ethdev: remove deprecated flow actions to copy TTL
>>
>>   app/test-pmd/cmdline_flow.c                   | 80 -----------------
>>   doc/guides/prog_guide/rte_flow.rst            | 86 -------------------
>>   doc/guides/rel_notes/deprecation.rst          |  4 -
>>   doc/guides/rel_notes/release_22_11.rst        |  5 ++
>>   drivers/net/bnxt/tf_ulp/ulp_rte_handler_tbl.c | 20 -----
>>   lib/ethdev/rte_flow.c                         |  7 --
>>   lib/ethdev/rte_flow.h                         | 83 ------------------
>>   7 files changed, 5 insertions(+), 280 deletions(-)
>>
>> --
>> 2.30.2
> 
> Series-acked-by:  Ori Kam <orika@nvidia.com>
> 

Series applied to dpdk-next-net/main, thanks.