From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rcdn-iport-5.cisco.com (rcdn-iport-5.cisco.com [173.37.86.76]) by dpdk.org (Postfix) with ESMTP id 3691F2C57 for ; Thu, 17 Mar 2016 23:57:16 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=372; q=dns/txt; s=iport; t=1458255436; x=1459465036; h=from:to:cc:subject:date:message-id; bh=4PrgNvpct2VuBXj9Y7cF7zAT16ekqT0FJRICx0w+hX8=; b=NTxqHdLVcDOzZH1OSpd6PtP7P98pf4Ku8g5JR1UgHVe1apsQFUQmW3WU DkeDZoQVe84HIhXlEEkWOzdt8rX1I3qcYfmA8y33K0min7ijG/F/4pFAU lPS83qDJnFQgYlIqgCkNbeUiJOIYHnGGP3y5lW2U1Gcd2Bm0YX7BpAl+6 Q=; X-IronPort-AV: E=Sophos;i="5.24,351,1454976000"; d="scan'208";a="84136669" Received: from alln-core-4.cisco.com ([173.36.13.137]) by rcdn-iport-5.cisco.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 17 Mar 2016 22:57:15 +0000 Received: from cisco.com (savbu-usnic-a.cisco.com [10.193.184.48]) by alln-core-4.cisco.com (8.14.5/8.14.5) with ESMTP id u2HMvFb7000480; Thu, 17 Mar 2016 22:57:15 GMT Received: by cisco.com (Postfix, from userid 392789) id 387C23FAAD77; Thu, 17 Mar 2016 15:57:15 -0700 (PDT) From: John Daley To: dev@dpdk.org Cc: John Daley Date: Thu, 17 Mar 2016 15:57:04 -0700 Message-Id: <1458255427-12371-1-git-send-email-johndale@cisco.com> X-Mailer: git-send-email 2.7.0 Subject: [dpdk-dev] [PATCH 0/3] enic PMD receive path fixes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2016 22:57:16 -0000 These patches fix up some bugs in the enic receive path. John Daley (3): enic: mbuf->ol_flags could be set incorrectly enic: handle error packets properly enic: small cleanup- remove a packet_error conditional drivers/net/enic/enic_rx.c | 53 ++++++++++++++++++---------------------------- 1 file changed, 21 insertions(+), 32 deletions(-) -- 2.7.0