[PATCH 1/1] buildtools: clear out regex syntax warnings

2024-12-07 Thread Ariel Otilibili
* invalid escape sequences now generate SyntaxWarning * therefore changed syntax to raw string noration. Link: https://docs.python.org/3/library/re.html#module-re Signed-off-by: Ariel Otilibili --- buildtools/get-test-suites.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --gi

[PATCH 0/1] buildtools: clear out regex syntax warnings

2024-12-07 Thread Ariel Otilibili
Hello, This is my first patch to the list; your feedback is much appreciated. My aim is to understand the internals of DPDK. While compiling from scratch, I came across these Python warnings. Thank you, Ariel Otilibili (1): buildtools: clear out regex syntax warnings buildtools/get-test-su

Re: [PATCH] net/tap: add new macpair option for split MAC address

2024-12-07 Thread Isaac Boukris
Hi Stephen, > 2. Need more error checks. macpair won't work with TUN device. >and what happens if mac address is specified? Following Ferruh's feedback, and since the use-case is a bit different, I was thinking perhaps it would make more sense to add this functionality as a new device type r