[RFC PATCH net-next v8 14/14] selftests: add ncdevmem, netcat for devmem TCP

Cong Wang xiyou.wangcong at gmail.com
Mon Apr 8 15:57:51 UTC 2024


On Tue, Apr 02, 2024 at 05:20:51PM -0700, Mina Almasry wrote:
> +static char *server_ip = "192.168.1.4";
> +static char *client_ip = "192.168.1.2";
> +static char *port = "5201";
> +static size_t do_validation;
> +static int start_queue = 8;
> +static int num_queues = 8;
> +static char *ifname = "eth1";
> +static unsigned int ifindex = 3;
> +static char *nic_pci_addr = "0000:06:00.0";

It seems this is set but never used.

Thanks.


More information about the dri-devel mailing list