From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rahul Lakkireddy Subject: [PATCH 0/2] cxgbe: Minor bug fix and update license year Date: Sun, 31 Jan 2016 16:52:48 +0530 Message-ID: Cc: Felix Marti , Kumar Sanghvi , Nirranjan Kirubaharan To: dev@dpdk.org Return-path: Received: from stargate3.asicdesigners.com (stargate.chelsio.com [12.32.117.8]) by dpdk.org (Postfix) with ESMTP id 918612A5D for ; Sun, 31 Jan 2016 12:23:03 +0100 (CET) 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" Patch 1 fixes an issue where pci device information was not being copied to other ports on the Chelsio NIC. Patch 2 updates the license year for CXGBE PMD to 2016. Rahul Lakkireddy (2): cxgbe: fix to copy pci info to other ports under same PF cxgbe: update license year to 2016 doc/guides/nics/cxgbe.rst | 2 +- drivers/net/cxgbe/Makefile | 2 +- drivers/net/cxgbe/base/adapter.h | 2 +- drivers/net/cxgbe/base/common.h | 2 +- drivers/net/cxgbe/base/t4_chip_type.h | 2 +- drivers/net/cxgbe/base/t4_hw.c | 2 +- drivers/net/cxgbe/base/t4_hw.h | 2 +- drivers/net/cxgbe/base/t4_msg.h | 2 +- drivers/net/cxgbe/base/t4_pci_id_tbl.h | 2 +- drivers/net/cxgbe/base/t4_regs.h | 2 +- drivers/net/cxgbe/base/t4_regs_values.h | 2 +- drivers/net/cxgbe/base/t4fw_interface.h | 2 +- drivers/net/cxgbe/cxgbe.h | 2 +- drivers/net/cxgbe/cxgbe_compat.h | 2 +- drivers/net/cxgbe/cxgbe_ethdev.c | 4 +--- drivers/net/cxgbe/cxgbe_main.c | 5 ++++- drivers/net/cxgbe/sge.c | 2 +- 17 files changed, 20 insertions(+), 19 deletions(-) -- 2.5.3