[PATCH] app/testpmd: txonly multiflow port change support

2023-04-11 Thread Joshua Washington
Google cloud routes traffic using IP addesses without the support of MAC addresses, so changing source IP address for txonly-multi-flow can have negative performance implications for net/gve when using testpmd. This change adds a new flag --txonly-alter-port, which allows the alteration of source p

Re: [PATCH] app/testpmd: txonly multiflow port change support

2023-04-11 Thread Stephen Hemminger
On Tue, 11 Apr 2023 13:11:07 -0700 Joshua Washington wrote: > Google cloud routes traffic using IP addesses without the support of MAC > addresses, so changing source IP address for txonly-multi-flow can have > negative performance implications for net/gve when using testpmd. This > change adds a