From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH v2 11/15] net/avp: packet receive functions Date: Mon, 27 Feb 2017 08:46:15 -0800 Message-ID: <20170227084615.7ff06316@xeon-e3> References: <1487985795-136044-1-git-send-email-allain.legacy@windriver.com> <1488136143-116389-1-git-send-email-allain.legacy@windriver.com> <1488136143-116389-12-git-send-email-allain.legacy@windriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: , To: Allain Legacy Return-path: Received: from mail-pg0-f50.google.com (mail-pg0-f50.google.com [74.125.83.50]) by dpdk.org (Postfix) with ESMTP id D9A095911 for ; Mon, 27 Feb 2017 17:46:22 +0100 (CET) Received: by mail-pg0-f50.google.com with SMTP id p5so22930550pga.1 for ; Mon, 27 Feb 2017 08:46:22 -0800 (PST) In-Reply-To: <1488136143-116389-12-git-send-email-allain.legacy@windriver.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Sun, 26 Feb 2017 14:08:59 -0500 Allain Legacy wrote: > + if (eth_dev->data->scattered_rx) { > + PMD_DRV_LOG(NOTICE, > + "AVP device configured " > + "for chained mbufs\n"); Try not to break error messages onto two lines, it makes it harder when a user is trying to find the location of the error message with search tools