From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id CBB0E1B170 for ; Thu, 18 Jan 2018 13:02:25 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jan 2018 04:02:13 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,377,1511856000"; d="scan'208";a="20750206" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by FMSMGA003.fm.intel.com with ESMTP; 18 Jan 2018 04:02:12 -0800 To: garwilkie@gmail.com, skhare@vmware.com Cc: dev@dpdk.org, George Wilkie References: <1515604132-29083-1-git-send-email-george.wilkie@intl.att.com> From: Ferruh Yigit Message-ID: Date: Thu, 18 Jan 2018 12:02:11 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <1515604132-29083-1-git-send-email-george.wilkie@intl.att.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] vmxnet3: set unknown packet_type for non-ipv4 packets X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jan 2018 12:02:26 -0000 On 1/10/2018 5:08 PM, garwilkie@gmail.com wrote: > From: George Wilkie > > With bonding, after sending sufficient ipv4 packets, > bond_ethdev_rx_burst_8023ad() no longer recognizes LACP packets > because the packet_type is set to RTE_PTYPE_L3_IPV4. > Ensure packet_type is reset for non-ipv4 packets in vmxnet3_rx_offload. > > Signed-off-by: George Wilkie Acked-by: Shrikrishna Khare Applied to dpdk-next-net/master, thanks.