*** deadalnix has quit IRC | 00:21 | |
*** moldorcoder7 has quit IRC | 00:25 | |
*** tbachman_ has joined #openvswitch | 00:51 | |
*** moldorcoder7 has joined #openvswitch | 00:54 | |
*** tbachman has quit IRC | 00:54 | |
*** tbachman has joined #openvswitch | 00:54 | |
*** tbachman_ has quit IRC | 00:57 | |
*** yourspiritcallin has quit IRC | 01:46 | |
*** yourspiritcallin has joined #openvswitch | 01:59 | |
*** ihrachys has joined #openvswitch | 02:05 | |
Luqman | Hi, is it possible to add an openflow rule that encapsulates packets in a sort of arbitrary way? (i.e. can i decide to stick the packet in a new IP packet)? | 02:05 |
---|---|---|
Luqman | or alternatively even pop off some headers (assuming I know the payload is an ethernet packet) | 02:06 |
Luqman | along the lines of rte_flow_action_raw_encap/decap ? | 02:08 |
*** ihrachys has quit IRC | 02:16 | |
*** moldorcoder7 has quit IRC | 02:51 | |
*** moldorcoder7 has joined #openvswitch | 03:00 | |
*** tbachman has quit IRC | 03:56 | |
*** tbachman has joined #openvswitch | 03:57 | |
*** istokes has joined #openvswitch | 04:31 | |
*** istokes has quit IRC | 04:38 | |
*** rcernin has quit IRC | 06:00 | |
*** slaweq has joined #openvswitch | 06:59 | |
*** ralonsoh has joined #openvswitch | 07:03 | |
*** thaller has quit IRC | 07:05 | |
*** thaller has joined #openvswitch | 07:06 | |
*** eelco has joined #openvswitch | 07:11 | |
*** dholler has joined #openvswitch | 07:14 | |
*** thaller has quit IRC | 08:03 | |
*** thaller has joined #openvswitch | 08:03 | |
*** thaller has quit IRC | 08:08 | |
*** thaller has joined #openvswitch | 08:08 | |
*** mdgray has joined #openvswitch | 08:15 | |
*** elvira has joined #openvswitch | 08:40 | |
*** ktraynor has joined #openvswitch | 09:13 | |
*** tbachman has quit IRC | 10:30 | |
*** tbachman has joined #openvswitch | 10:31 | |
*** jangutter has joined #openvswitch | 10:41 | |
*** jangutter has quit IRC | 10:43 | |
*** jangutter has joined #openvswitch | 10:43 | |
*** jangutter_ has quit IRC | 10:45 | |
*** istokes has joined #openvswitch | 10:56 | |
*** istokes1 has joined #openvswitch | 11:22 | |
*** istokes has quit IRC | 11:22 | |
*** jangutter has quit IRC | 11:29 | |
*** jangutter has joined #openvswitch | 11:30 | |
*** istokes has joined #openvswitch | 11:31 | |
*** istokes has left #openvswitch | 11:32 | |
*** istokes1 has quit IRC | 11:32 | |
*** fbl has joined #openvswitch | 11:35 | |
*** istokes has joined #openvswitch | 11:36 | |
*** deadalnix has joined #openvswitch | 11:51 | |
*** tbachman has quit IRC | 12:58 | |
*** tbachman has joined #openvswitch | 12:58 | |
*** acidfoo has joined #openvswitch | 13:12 | |
*** fbl has quit IRC | 13:19 | |
*** fbl has joined #openvswitch | 13:23 | |
*** tbachman has quit IRC | 13:27 | |
*** tbachman has joined #openvswitch | 13:28 | |
*** jangutter has quit IRC | 13:33 | |
*** jangutter has joined #openvswitch | 13:34 | |
*** jangutter has quit IRC | 13:43 | |
*** jangutter has joined #openvswitch | 13:44 | |
*** tbachman has quit IRC | 13:46 | |
*** tbachman has joined #openvswitch | 13:46 | |
*** bostondriver has joined #openvswitch | 13:52 | |
*** acidfu_ has joined #openvswitch | 14:08 | |
*** acidfoo has quit IRC | 14:10 | |
*** jangutter has quit IRC | 14:16 | |
*** jangutter has joined #openvswitch | 14:17 | |
*** dcbw has joined #openvswitch | 14:46 | |
*** acidfoo_ has joined #openvswitch | 14:49 | |
*** acidfu_ has quit IRC | 14:49 | |
*** eelco has quit IRC | 15:14 | |
*** zhouhan has joined #openvswitch | 15:55 | |
*** istokes has quit IRC | 16:08 | |
*** dholler has quit IRC | 16:28 | |
*** fdangelo has quit IRC | 16:43 | |
*** fdangelo has joined #openvswitch | 16:43 | |
*** elvira has quit IRC | 17:27 | |
*** elvira has joined #openvswitch | 17:28 | |
*** gedia has joined #openvswitch | 17:32 | |
*** eduardas has joined #openvswitch | 17:35 | |
gedia | Hello everyone! When adding a dpdk interface to ovs I'm getting ERR from dpdk/bnx2x_dev_conf: "The number of TX queues is greater than number of RX queues". I'm not getting this from testpmd. Does anyone have any idea how to approach this? Setting n_rxq doesn't seem to fix it and I haven't been able to find anything online... | 17:36 |
*** acidfoo_ has quit IRC | 17:39 | |
*** acidfu has joined #openvswitch | 17:43 | |
*** irclogbot_2 has joined #openvswitch | 18:06 | |
ktraynor | gedia: iirc, there was some NICs that had special requirements regarding RxQ like this and it had to be an even number. The OVS default is to use RxQ=1 on initial config, so you might need to specify the n_rxq at the same time as you add the port. | 18:13 |
ktraynor | e.g. ovs-vsctl add-port br0 dpdk0 -- set Interface dpdk0 type=dpdk options:dpdk-devargs=0000:01:00.0 options:n_rxq=2 | 18:14 |
*** KpuCko has quit IRC | 18:19 | |
*** KpuCko_ has joined #openvswitch | 18:19 | |
*** irclogbot_2 has quit IRC | 18:24 | |
*** irclogbot_2 has joined #openvswitch | 18:29 | |
gedia | ktraynor: thanks for the response. That's what I'm doing, it's part of an add-bond, not add-port | 18:29 |
*** ralonsoh has quit IRC | 18:35 | |
ktraynor | gedia: if the issues persist, you could send a mail to dpdk-users list and bnx2x maintainers https://github.com/DPDK/dpdk/blob/main/MAINTAINERS#L859-L861 | 18:37 |
gedia | I'm considering that but I'm not sure whether it's DPDK or OVS related (since the issue doesn't manifest with testpmd) | 18:38 |
*** elvira has quit IRC | 18:43 | |
*** fdangelo has quit IRC | 19:14 | |
*** kevinbenton has quit IRC | 19:15 | |
*** fdangelo has joined #openvswitch | 19:20 | |
*** eduardas has quit IRC | 19:24 | |
*** acidfu has quit IRC | 19:32 | |
*** acidfu has joined #openvswitch | 19:44 | |
*** ktraynor has quit IRC | 19:53 | |
*** slaweq has quit IRC | 20:17 | |
*** mdgray has quit IRC | 20:30 | |
*** gedia has quit IRC | 20:41 | |
*** gedia has joined #openvswitch | 20:42 | |
*** dcbw has quit IRC | 21:34 | |
*** pveiga has joined #openvswitch | 21:46 | |
*** pveiga has quit IRC | 21:48 | |
*** pveiga has joined #openvswitch | 21:57 | |
*** bostondriver has quit IRC | 22:14 | |
*** pveiga has quit IRC | 22:43 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!