[ovs-build] Passed: noaezra/OVS#2 (fwd_master_2_4_github - 510c583)

Travis CI builds at travis-ci.org
Thu Apr 2 06:45:04 UTC 2020


Build Update for noaezra/OVS
-------------------------------------

Build: #2
Status: Passed

Duration: 58 mins and 3 secs
Commit: 510c583 (fwd_master_2_4_github)
Author: Noa Ezra
Message: netdev-dpdk: Add dpdkvdpa port

dpdkvdpa netdev works with 3 components:
vhost-user socket, vdpa device: real vdpa device or a VF and
representor of "vdpa device".

In order to add a new vDPA port, add a new port to existing bridge
with type dpdkvdpa and vDPA options:
ovs-vsctl add-port br0 vdpa0 -- set Interface vdpa0 type=dpdkvdpa
   options:vdpa-socket-path=<sock path>
   options:vdpa-accelerator-devargs=<VF pci id>
   options:dpdk-devargs=<vdpa pci id>,representor=[id]

On this command OVS will create a new netdev:
1. Register vhost-user-client device.
2. Open and configure VF dpdk port.
3. Open and configure representor dpdk port.

The new netdev will use netdev_rxq_recv() function in order to receive
packets from VF and push to vhost-user and receive packets from
vhost-user and push to VF.

Signed-off-by: Noa Ezra <noae at mellanox.com>
Reviewed-by: Oz Shlomo <ozsh at mellanox.com>

View the changeset: https://github.com/noaezra/OVS/compare/c59922767ea3^...510c5837c66a

View the full build log and details: https://travis-ci.org/github/noaezra/OVS/builds/670001370?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the noaezra/OVS repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=28014244&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-build/attachments/20200402/62b65257/attachment.html>


More information about the build mailing list