From patchwork Fri Sep 14 12:12:17 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Stokes, Ian" X-Patchwork-Id: 969773 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=openvswitch.org (client-ip=140.211.169.12; helo=mail.linuxfoundation.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=intel.com Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42BZCH3jqBz9s1x for ; Fri, 14 Sep 2018 22:12:27 +1000 (AEST) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id C4993CBE; Fri, 14 Sep 2018 12:12:24 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 89CE8CAA for ; Fri, 14 Sep 2018 12:12:23 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 14D3D7E2 for ; Fri, 14 Sep 2018 12:12:22 +0000 (UTC) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Sep 2018 05:12:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,373,1531810800"; d="scan'208";a="91718151" Received: from istokes-mobl1.ger.corp.intel.com (HELO [10.252.21.30]) ([10.252.21.30]) by orsmga002.jf.intel.com with ESMTP; 14 Sep 2018 05:12:19 -0700 To: Ben Pfaff From: Ian Stokes Message-ID: Date: Fri, 14 Sep 2018 13:12:17 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 Content-Language: en-US X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Cc: "dev@openvswitch.org" Subject: [ovs-dev] OVS DPDK: dpdk_merge pull request for master X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: ovs-dev-bounces@openvswitch.org Errors-To: ovs-dev-bounces@openvswitch.org Hi Ben, The following changes since commit 949758946767ff79b4c3eb5eca755c6cf21643e3: ovs-save: Don't always include the default flow during restore (2018-09-13 05:19:54 -0700) are available in the git repository at: https://github.com/istokes/ovs dpdk_merge for you to fetch changes up to e77c97b9d693a96349af68c37c561252d8d7dcb8: dpif-netdev: Add round-robin based rxq to pmd assignment. (2018-09-14 11:45:05 +0100) ---------------------------------------------------------------- Kevin Traynor (1): dpif-netdev: Add round-robin based rxq to pmd assignment. Documentation/topics/dpdk/pmd.rst | 33 +++++++++++++++++++++++++++------ NEWS | 4 +++- lib/dpif-netdev.c | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------- tests/pmd.at | 12 ++++++++++-- vswitchd/vswitch.xml | 24 ++++++++++++++++++++++++ 5 files changed, 126 insertions(+), 30 deletions(-) Thanks Ian