[ovs-dev] OVS DPDK: dpdk_merge pull request for branch-2.9

2018-11-02 Thread Stokes, Ian
Hi Ben,

The following changes since commit 9d469b1c2d2d473ca733f661e8c9004489bf6c0e:

  ovn: Fix IPv6 DAD failure for container ports (2018-10-31 13:59:24 -0700)

are available in the git repository at:

  https://github.com/istokes/ovs dpdk_merge_2_9

for you to fetch changes up to 09a6e5937920ab406a48fb913db6b299ce9231cd:

  netdev-dpdk: Fix netdev_dpdk_get_features(). (2018-11-02 15:24:21 +)


Ian Stokes (2):
  Docs: Remove zero-copy QEMU limitation.
  netdev-dpdk: Fix netdev_dpdk_get_features().

 Documentation/topics/dpdk/vhost-user.rst |  6 --
 lib/netdev-dpdk.c| 64 
+++-
 2 files changed, 39 insertions(+), 31 deletions(-)

Thanks
Ian

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] OVS DPDK: dpdk_merge pull request for branch-2.9

2018-10-19 Thread Stokes, Ian
Hi Ben,

The following changes since commit bcd2fa997da2173fa4075af50474d1278e7d4396:

  Revert "Work around Python/C JSON unicode differences" (2018-10-15 14:44:37 
-0700)

are available in the git repository at:

  https://github.com/istokes/ovs dpdk_merge_2_9

for you to fetch changes up to fb9ab88a8d6869f762f9cf7dfc3bdfddabe33f78:

  dpdk: Use DPDK 17.11.4 release. (2018-10-19 14:43:04 +0100)


Ian Stokes (1):
  dpdk: Use DPDK 17.11.4 release.

Ilya Maximets (1):
  dpif-netdev.at: Add missing backslash.

 .travis/linux-build.sh   |  2 +-
 Documentation/faq/releases.rst   |  4 ++--
 Documentation/intro/install/dpdk.rst |  8 
 Documentation/topics/dpdk/vhost-user.rst |  6 +++---
 tests/dpif-netdev.at | 12 
 5 files changed, 18 insertions(+), 14 deletions(-)

Thanks
Ian

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] OVS DPDK: dpdk_merge pull request for branch-2.9

2018-08-27 Thread Ian Stokes

Hi Ben,

The following changes since commit 9b2b68660e9a939a82e9142f25ba0f7942188925:

  ovn-northd: Support learning neighbor from ARP request. (2018-08-27 
09:51:21 -0700)


are available in the git repository at:

  https://github.com/istokes/ovs dpdk_merge_2_9

for you to fetch changes up to a1d88db2483ec3b8e6e0303ba30e90c2a2e761e5:

  netdev-dpdk: Support the link speed of XL710 (2018-08-27 19:34:23 +0100)


Xu Binbin (1):
  netdev-dpdk: Support the link speed of XL710

 lib/netdev-dpdk.c | 3 +++
 1 file changed, 3 insertions(+)

Thanks
Ian
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] OVS DPDK: dpdk_merge pull request for branch-2.9

2018-08-08 Thread Ian Stokes

Hi Ben,

The following changes since commit c3a91ed557b7765c907ee5597ae8e68b1181869a:

  ofctl: Fixup compare_flows function (2018-08-08 21:03:17 +0300)

are available in the git repository at:

  https://github.com/istokes/ovs dpdk_merge_2_9

for you to fetch changes up to 661b583e599e80f377c5f2fd147f330ef30514c0:

  netdev-dpdk: Use hex for PCI vendor ID. (2018-08-08 22:11:19 +0100)


Ben Pfaff (1):
  ofp-port: Fix buffer overread parsing Intel custom statistics.

Kevin Traynor (1):
  netdev-dpdk: Use hex for PCI vendor ID.

Sugesh Chandran (1):
  netdev-dpdk: Fix failure to configure flow control at netdev-init.

 lib/netdev-dpdk.c | 17 -
 lib/ofp-util.c| 50 --
 2 files changed, 28 insertions(+), 39 deletions(-)

Thanks
Ian
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


Re: [ovs-dev] OVS DPDK: dpdk_merge pull request for branch-2.9

2018-07-08 Thread Aaron Conole
0-day Robot  writes:

> Bleep bloop.  Greetings Ian Stokes, I am a robot and I have tried out your 
> patch.
> Thanks for your contribution.
>
> I encountered some error that I wasn't expecting.  See the details below.
>
>
> checkpatch:
> ERROR: Too many signoffs; are you missing Co-authored-by lines?
> Lines checked: 92, Warnings: 0, Errors: 1

Greetings Robot,

I'm going to squelch you from working on pull requests and RFCs
tomorrow.  Should make get you to noopsville faster :)

-Aaron
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


Re: [ovs-dev] OVS DPDK: dpdk_merge pull request for branch-2.9

2018-07-06 Thread Ben Pfaff
On Fri, Jul 06, 2018 at 03:56:15PM +0100, Ian Stokes wrote:
> The following changes since commit 0ed5bf7577bec8ddbe551648f038ea1dec1ced96:
> 
>   ofp-actions: Fix undefined behavior shifting 'int' 16 places left.
> (2018-07-05 15:10:44 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/istokes/ovs dpdk_merge_2_9
> 
> for you to fetch changes up to ac2fb7d4fae5ad6d37dde4d1d3f0907e6f950329:
> 
>   dpdk: Use DPDK 17.11.3 release. (2018-07-06 10:52:54 +0100)

Merged, thanks!
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


Re: [ovs-dev] OVS DPDK: dpdk_merge pull request for branch-2.9

2018-07-06 Thread 0-day Robot
Bleep bloop.  Greetings Ian Stokes, I am a robot and I have tried out your 
patch.
Thanks for your contribution.

I encountered some error that I wasn't expecting.  See the details below.


checkpatch:
ERROR: Too many signoffs; are you missing Co-authored-by lines?
Lines checked: 92, Warnings: 0, Errors: 1


Please check this out.  If you feel there has been an error, please email 
acon...@bytheb.org

Thanks,
0-day Robot
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] OVS DPDK: dpdk_merge pull request for branch-2.9

2018-07-06 Thread Ian Stokes

Hi Ben,

The following changes since commit 0ed5bf7577bec8ddbe551648f038ea1dec1ced96:

  ofp-actions: Fix undefined behavior shifting 'int' 16 places left. 
(2018-07-05 15:10:44 -0700)


are available in the git repository at:

  https://github.com/istokes/ovs dpdk_merge_2_9

for you to fetch changes up to ac2fb7d4fae5ad6d37dde4d1d3f0907e6f950329:

  dpdk: Use DPDK 17.11.3 release. (2018-07-06 10:52:54 +0100)


Ian Stokes (1):
  dpdk: Use DPDK 17.11.3 release.

 .travis/linux-build.sh   | 2 +-
 Documentation/faq/releases.rst   | 4 ++--
 Documentation/intro/install/dpdk.rst | 8 
 Documentation/topics/dpdk/vhost-user.rst | 6 +++---
 4 files changed, 10 insertions(+), 10 deletions(-)

Thanks
Ian
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] OVS DPDK: dpdk_merge pull request for branch-2.9

2018-06-08 Thread Stokes, Ian
Hi Ben,

The following changes since commit fa13e226a6a90fc365a40555df7a70043576c022:

  lib: fix typo in fragment handling error message (2018-06-07 13:54:59 +0200)

are available in the git repository at:

  https://github.com/istokes/ovs dpdk_merge_2_9

for you to fetch changes up to 4b24ac6e77076543375d1f176c9f283358bddad5:

  ovs-thread: Fix thread id for threads not started with ovs_thread_create() 
(2018-06-08 17:29:49 +0100)


Eelco Chaudron (1):
  ovs-thread: Fix thread id for threads not started with ovs_thread_create()

Ian Stokes (1):
  netdev-dpdk: Handle ENOTSUP for rte_eth_dev_set_mtu.

Michal Weglicki (1):
  netdev-dpdk: Enable HW_CRC_STRIP for virtual functions.

 lib/netdev-dpdk.c   | 30 +++---
 lib/ovs-thread.c| 16 +++-
 lib/ovs-thread.h| 12 +++-
 vswitchd/ovs-vswitchd.c |  2 ++
 4 files changed, 51 insertions(+), 9 deletions(-)

Thanks
Ian

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] OVS DPDK: dpdk_merge pull request for branch-2.9

2018-05-25 Thread Stokes, Ian
Hi Ben,

The following changes since commit 2a3ee45583ef3880da99fd415410b71054f7711a:

  datapath: compat: Fix ndo_size in RHEL 7.5 backport (2018-05-23 15:35:36 
-0700)

are available in the git repository at:

  https://github.com/istokes/ovs dpdk_merge_2_9

for you to fetch changes up to 418be3dab421f1877411efc2e4275d00f28fcb4a:

  dpif-netdev: Free packets on TUNNEL_PUSH if may_steal. (2018-05-24 20:03:14 
+0100)


Eelco Chaudron (1):
  netdev-dpdk: Don't use PMD driver if not configured successfully

Ilya Maximets (1):
  dpif-netdev: Free packets on TUNNEL_PUSH if may_steal.

Kevin Traynor (1):
  netdev-dpdk: Remove use of rte_mempool_ops_get_count.

Timothy Redaelli (1):
  netdev-dpdk: fix check for "net_nfp" driver

 lib/dpif-netdev.c | 28 
 lib/netdev-dpdk.c | 35 +--
 2 files changed, 41 insertions(+), 22 deletions(-)

Thanks
Ian

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


Re: [ovs-dev] OVS DPDK: dpdk_merge pull request for branch-2.9

2018-05-11 Thread Ben Pfaff
On Fri, May 11, 2018 at 11:57:48AM +, Stokes, Ian wrote:
> Hi Ben,
> 
> The following changes since commit 3462a4ec4c28d0126d08955c3328712ea1ce6275:
> 
>   ofproto: Fix crash processing malformed Bundle Add message. (2018-05-10 
> 16:45:46 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/istokes/ovs dpdk_merge_2_9
> 
> for you to fetch changes up to 00e56c53251c68d76d8ef94d334ae4c7bcb55a02:
> 
>   netdev-dpdk: Fixed netdev_dpdk structure alignment (2018-05-11 08:10:02 
> +0100)

Thanks, merged to branch-2.9.
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] OVS DPDK: dpdk_merge pull request for branch-2.9

2018-05-11 Thread Stokes, Ian
Hi Ben,

The following changes since commit 3462a4ec4c28d0126d08955c3328712ea1ce6275:

  ofproto: Fix crash processing malformed Bundle Add message. (2018-05-10 
16:45:46 -0700)

are available in the git repository at:

  https://github.com/istokes/ovs dpdk_merge_2_9

for you to fetch changes up to 00e56c53251c68d76d8ef94d334ae4c7bcb55a02:

  netdev-dpdk: Fixed netdev_dpdk structure alignment (2018-05-11 08:10:02 +0100)


Eelco Chaudron (1):
  netdev-dpdk: Fixed netdev_dpdk structure alignment

Kevin Traynor (2):
  dpdk: Use DPDK 17.11.2 release.
  faq: Document DPDK version maintenance.

Pablo Cascón (1):
  netdev-dpdk: don't enable scatter for jumbo RX support for nfp

Róbert Mulik (1):
  Configurable Link State Change (LSC) detection mode

 .travis/linux-build.sh   |  2 +-
 Documentation/faq/releases.rst   | 20 ++--
 Documentation/intro/install/dpdk.rst | 32 
 Documentation/topics/dpdk/vhost-user.rst |  6 +++---
 lib/netdev-dpdk.c| 49 
+++--
 vswitchd/vswitch.xml | 17 +
 6 files changed, 106 insertions(+), 20 deletions(-)

Thanks
Ian
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


Re: [ovs-dev] OVS DPDK: dpdk_merge pull request for branch-2.9

2018-04-21 Thread Stokes, Ian
Hi Ben,

The following changes since commit cef8e1fa7a8f030ca221f8cac5893c686b9d0f00:

  python: Fix a double encoding attempt on an Unicode string (2018-04-18 
11:36:31 -0700)

are available in the git repository at:

  https://github.com/istokes/ovs dpdk_merge_2_9

for you to fetch changes up to 11e972ee2e7aa822bc289a3ae0aec944b67bfa58:

  docs: Fix urls in index.rst. (2018-04-21 17:14:06 +0100)


Ian Stokes (4):
  docs: Fix sflow documentation url and markup.
  docs: Fix style guide url in DocumentationStyle.rst.
  docs: Fix sphinx urls.
  docs: Fix urls in index.rst.

Kevin Traynor (2):
  netdev-dpdk: Free mempool only when no in-use mbufs.
  netdev-dpdk: Add mempool reuse/free debug.

Marcelo Ricardo Leitner (1):
  netdev-dpdk: fix MAC address in port addr example

Tiago Lam (2):
  dpdk docs: Drop qemu-kvm for qemu-system-x86_64.
  dpdk docs: Drop file share in libvirt config.

 Documentation/howto/dpdk.rst |   4 ++--
 Documentation/howto/sflow.rst|   9 +---
 Documentation/internals/contributing/documentation-style.rst |   7 +++---
 Documentation/intro/install/documentation.rst|   4 ++--
 Documentation/ref/index.rst  | 210 

 Documentation/topics/dpdk/vhost-user.rst |  19 
+++-
 lib/netdev-dpdk.c|  60 
+---

Regards
Ian
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


Re: [ovs-dev] OVS DPDK: dpdk_merge pull request for branch-2.9

2018-03-31 Thread Ben Pfaff
On Fri, Mar 23, 2018 at 05:28:20PM +, Stokes, Ian wrote:
> The following changes since commit 1e8b6b45f8ef2e311774d256ea41e23df5d78930:
> 
>   lib/tc: Handle error parsing action in nl_parse_single_action (2018-03-21 
> 11:09:07 +0100)
> 
> are available in the git repository at:
> 
>   https://github.com/istokes/ovs dpdk_merge_2_9
> 
> for you to fetch changes up to f9d14ccc1c1cb7cfd21072a24862682f9fe9ad1f:
> 
>   netdev-dpdk: Limit rate of DPDK logs. (2018-03-23 12:56:03 +)

Thanks, merged into branch-2.9.
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] OVS DPDK: dpdk_merge pull request for branch-2.9

2018-03-23 Thread Stokes, Ian
Hi Ben,

The following changes since commit 1e8b6b45f8ef2e311774d256ea41e23df5d78930:

  lib/tc: Handle error parsing action in nl_parse_single_action (2018-03-21 
11:09:07 +0100)

are available in the git repository at:

  https://github.com/istokes/ovs dpdk_merge_2_9

for you to fetch changes up to f9d14ccc1c1cb7cfd21072a24862682f9fe9ad1f:

  netdev-dpdk: Limit rate of DPDK logs. (2018-03-23 12:56:03 +)


Ian Stokes (1):
  dpdk: Use DPDK 17.11.1 release.

Ilya Maximets (2):
  netdev-dpdk: Fix print format for dpdk port ids.
  netdev-dpdk: Limit rate of DPDK logs.

Kevin Traynor (2):
  Documentation: Add note about dpdkvhostuser and IOMMU.
  netdev-dpdk: Remove 'error' from non error log.

 .travis/linux-build.sh   |  2 +-
 Documentation/faq/releases.rst   |  4 ++--
 Documentation/intro/install/dpdk.rst |  8 
 Documentation/topics/dpdk/vhost-user.rst | 35 
---
 lib/dpdk.c   | 10 ++
 lib/netdev-dpdk.c| 60 
++--
 6 files changed, 55 insertions(+), 64 deletions(-)

Thanks
Ian

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


Re: [ovs-dev] OVS DPDK: dpdk_merge pull request for branch-2.9

2018-02-01 Thread Ben Pfaff
On Wed, Jan 31, 2018 at 08:15:35PM +, Stokes, Ian wrote:
> Hi Ben,
> 
> The following changes since commit 448a18458328655539599eb4d24b525d311d13df:
> 
>   netdev-dpdk: Fix xstats leak on port destruction. (2018-01-26 20:40:52 
> +)
> 
> are available in the git repository at:
> 
>   https://github.com/istokes/ovs dpdk_merge_2_9
> 
> for you to fetch changes up to a0b62aacb5021e5a16e6a916b4add61e1b68ec01:
> 
>   netdev-dpdk: Add support for vHost dequeue zero copy (experimental) 
> (2018-01-31 18:44:10 +)

Thanks, I merged this into branch-2.9.
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] OVS DPDK: dpdk_merge pull request for branch-2.9

2018-01-31 Thread Stokes, Ian
Hi Ben,

The following changes since commit 448a18458328655539599eb4d24b525d311d13df:

  netdev-dpdk: Fix xstats leak on port destruction. (2018-01-26 20:40:52 +)

are available in the git repository at:

  https://github.com/istokes/ovs dpdk_merge_2_9

for you to fetch changes up to a0b62aacb5021e5a16e6a916b4add61e1b68ec01:

  netdev-dpdk: Add support for vHost dequeue zero copy (experimental) 
(2018-01-31 18:44:10 +)


Ciara Loftus (1):
  netdev-dpdk: Add support for vHost dequeue zero copy (experimental)

 Documentation/intro/install/dpdk.rst |  2 ++
 Documentation/topics/dpdk/vhost-user.rst | 73 
+
 NEWS |  1 +
 lib/netdev-dpdk.c| 18 ++
 vswitchd/vswitch.xml | 11 +++
 5 files changed, 105 insertions(+)

Thanks
Ian
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] OVS DPDK: dpdk_merge pull request for branch-2.9

2018-01-26 Thread Stokes, Ian
Hi Ben,

The following changes since commit a8b629f86dacc66ea3b1c37dd1eb539128bcc40c:

  ofproto: Fix double-unref of temporary rule when learning. (2018-01-26 
12:30:47 -0800)

are available in the git repository at:

  https://github.com/istokes/ovs dpdk_merge_2_9

for you to fetch changes up to 448a18458328655539599eb4d24b525d311d13df:

  netdev-dpdk: Fix xstats leak on port destruction. (2018-01-26 20:40:52 +)


Ian Stokes (1):
  netdev-dpdk: Fix requested MTU size validation.

Ilya Maximets (3):
  netdev-dpdk: Fix memory leak in netdev_dpdk_get_custom_stats().
  netdev-dpdk: Fix memory leak in netdev_dpdk_configure_xstats().
  netdev-dpdk: Fix xstats leak on port destruction.

Matteo Croce (1):
  vswitchd: show DPDK version

Yuanhan Liu (1):
  netdev-dpdk: fix port addition for ports sharing same PCI id

 Documentation/howto/dpdk.rst | 12 
 Documentation/intro/install/dpdk.rst | 12 
 lib/dpdk-stub.c  |  5 +
 lib/dpdk.c   |  8 
 lib/dpdk.h   |  1 +
 lib/netdev-dpdk.c| 92 
+++-
 utilities/ovs-ctl.in |  2 +-
 vswitchd/ovs-vswitchd.c  |  1 +
 8 files changed, 115 insertions(+), 18 deletions(-)

Thanks
Ian
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev