From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v6 8/8] i40evf: support of updating/querying redirection table Date: Mon, 24 Nov 2014 23:20:10 +0100 Message-ID: <12900952.nb83Kz7Ga1@xps13> References: <1415283932-20724-1-git-send-email-helin.zhang@intel.com> <1416067424-31699-1-git-send-email-helin.zhang@intel.com> <1416067424-31699-9-git-send-email-helin.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Helin Zhang Return-path: In-Reply-To: <1416067424-31699-9-git-send-email-helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Helin, I fixed these errors before applying: WARNING:MISSING_SPACE: break quoted strings at a space character #134: FILE: lib/librte_pmd_i40e/i40e_ethdev_vf.c:1705: + "(%d) doesn't match the number of hardware can" + "support (%d)\n", reta_size, ETH_RSS_RETA_SIZE_64); WARNING:MISSING_SPACE: break quoted strings at a space character #177: FILE: lib/librte_pmd_i40e/i40e_ethdev_vf.c:1748: + "(%d) doesn't match the number of hardware can" + "support (%d)\n", reta_size, ETH_RSS_RETA_SIZE_64); You should update your checkpatch, it checks more and more things. It's really useful ;) -- Thomas