Kevin Traynor, Jan 13, 2023 at 12:05:
> Hi Robin - not sure if you saw the test report from Intel:
> https://mail.openvswitch.org/pipermail/ovs-build/2023-January/027792.html
>
> There is a problem with adding vhost port, existing before cp-prot is 
> enabled. see below,
>
> 5500│     /* Enable TX queue 0 by default if it wasn't disabled. */
> 5501├>    if (dev->tx_q[0].map == OVS_VHOST_QUEUE_MAP_UNKNOWN) {
> 5502│         dev->tx_q[0].map = 0;
> 5503│     }
>
> (gdb) p dev->tx_q
> $1 = (struct dpdk_tx_queue *) 0x0

Damn, I'll fix that. Thanks for testing.

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to