From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/6] fm10k: A series of bug fixes Date: Mon, 22 Jun 2015 15:55:01 +0200 Message-ID: <1623745.3qe0EDHxfi@xps13> References: <1432887044-24777-1-git-send-email-jing.d.chen@intel.com> <533710CFB86FA344BFBF2D6802E6028604694968@SHSMSX101.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "He, Shaopeng" To: "Chen, Jing D" Return-path: Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id A352FC6D0 for ; Mon, 22 Jun 2015 15:56:02 +0200 (CEST) Received: by wgqq4 with SMTP id q4so17194748wgq.1 for ; Mon, 22 Jun 2015 06:56:02 -0700 (PDT) In-Reply-To: <533710CFB86FA344BFBF2D6802E6028604694968@SHSMSX101.ccr.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > This patch set include a few bug fixes and enhancements on fm10k driver. > > > > Chen Jing D(Mark) (6): > > fm10k: Fix improper RX buffer size assignment > > fm10k: Fix jumbo frame issue > > fm10k: Fix data integrity issue with multi-segment frame > > fm10k: Fix issue that MAC addr can't be set to silicon > > fm10k: Do sanity check on mac address > > fm10k: Add default mac/vlan filter to SM > > Acked-by: Michael Qiu Applied, thanks