[ovs-build] Passed: noaezra/OVS#1 (master-fwd-new - 6f099b6)

Travis CI builds at travis-ci.org
Tue Mar 24 08:48:00 UTC 2020


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

Build: #1
Status: Passed

Duration: 48 mins and 53 secs
Commit: 6f099b6 (master-fwd-new)
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/24d128ed0cda^...6f099b698aff

View the full build log and details: https://travis-ci.org/github/noaezra/OVS/builds/666222124?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/20200324/bd72b320/attachment.html>


More information about the build mailing list