History log of /dpdk/devtools/cocci/namespace_ethdev.cocci (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v22.03, v22.03-rc4, v22.03-rc3
# 276f9643 07-Mar-2022 Aman Singh <[email protected]>

devtools/cocci: update script for ethdev namespace

Changed the filter from ETH_SPEED to ETH_SPEED_NUM to make the match
more specific. Added check for ETH_TUNNEL_FILTER and ETH_RSS_RETA
as these wer

devtools/cocci: update script for ethdev namespace

Changed the filter from ETH_SPEED to ETH_SPEED_NUM to make the match
more specific. Added check for ETH_TUNNEL_FILTER and ETH_RSS_RETA
as these were missed before.

Signed-off-by: Aman Singh <[email protected]>

show more ...


Revision tags: v22.03-rc2, v22.03-rc1, v21.11, v21.11-rc4
# 4dcfb00c 23-Nov-2021 Aman Singh <[email protected]>

devtools/cocci: add script for ethdev namespace change

The cocci script is to help add prefix 'RTE_ETH' namespace to enum
& macro of ethdev library. It helps in automating these changes for
applicat

devtools/cocci: add script for ethdev namespace change

The cocci script is to help add prefix 'RTE_ETH' namespace to enum
& macro of ethdev library. It helps in automating these changes for
applications. The script won't make changes in the code comment part.
Usage: spatch <script path> <app path>

Signed-off-by: Aman Singh <[email protected]>
Tested-by: Ferruh Yigit <[email protected]>

show more ...