DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] examples/ipsec-secgw: Update fixed MAC address used by tap driver
@ 2023-04-26 20:37 David Christensen
  2023-05-16 10:28 ` [EXT] " Akhil Goyal
  0 siblings, 1 reply; 2+ messages in thread
From: David Christensen @ 2023-04-26 20:37 UTC (permalink / raw)
  To: dev, radu.nicolau, gakhil; +Cc: David Christensen

Modify LOCAL_MAC value to match new locally administered MAC
address used by TAP driver.

Bugzilla ID: 1198

Signed-off-by: David Christensen <drc@linux.vnet.ibm.com>
---
 examples/ipsec-secgw/test/common_defs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/ipsec-secgw/test/common_defs.sh b/examples/ipsec-secgw/test/common_defs.sh
index 3ef06bc761..6e04ffc1a6 100644
--- a/examples/ipsec-secgw/test/common_defs.sh
+++ b/examples/ipsec-secgw/test/common_defs.sh
@@ -26,7 +26,7 @@ fi
 
 LOCAL_IFACE=dtap0
 
-LOCAL_MAC="00:64:74:61:70:30"
+LOCAL_MAC="02:64:74:61:70:30"
 
 REMOTE_IPV4=192.168.31.14
 LOCAL_IPV4=192.168.31.92
-- 
2.31.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* RE: [EXT] [PATCH] examples/ipsec-secgw: Update fixed MAC address used by tap driver
  2023-04-26 20:37 [PATCH] examples/ipsec-secgw: Update fixed MAC address used by tap driver David Christensen
@ 2023-05-16 10:28 ` Akhil Goyal
  0 siblings, 0 replies; 2+ messages in thread
From: Akhil Goyal @ 2023-05-16 10:28 UTC (permalink / raw)
  To: David Christensen, dev, radu.nicolau

> Modify LOCAL_MAC value to match new locally administered MAC
> address used by TAP driver.
> 

Shouldn't this be other way round?
PMD should be able to use the MAC given by application.

> Bugzilla ID: 1198
> 
> Signed-off-by: David Christensen <drc@linux.vnet.ibm.com>
> ---
>  examples/ipsec-secgw/test/common_defs.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/examples/ipsec-secgw/test/common_defs.sh b/examples/ipsec-
> secgw/test/common_defs.sh
> index 3ef06bc761..6e04ffc1a6 100644
> --- a/examples/ipsec-secgw/test/common_defs.sh
> +++ b/examples/ipsec-secgw/test/common_defs.sh
> @@ -26,7 +26,7 @@ fi
> 
>  LOCAL_IFACE=dtap0
> 
> -LOCAL_MAC="00:64:74:61:70:30"
> +LOCAL_MAC="02:64:74:61:70:30"
> 
>  REMOTE_IPV4=192.168.31.14
>  LOCAL_IPV4=192.168.31.92
> --
> 2.31.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-16 10:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-26 20:37 [PATCH] examples/ipsec-secgw: Update fixed MAC address used by tap driver David Christensen
2023-05-16 10:28 ` [EXT] " Akhil Goyal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).