From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [148.163.129.52]) by dpdk.org (Postfix) with ESMTP id DD8855F57 for ; Tue, 9 Oct 2018 11:07:55 +0200 (CEST) X-Virus-Scanned: Proofpoint Essentials engine Received: from webmail.solarflare.com (uk.solarflare.com [193.34.186.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by mx1-us3.ppe-hosted.com (Proofpoint Essentials ESMTP Server) with ESMTPS id EEDB1480072; Tue, 9 Oct 2018 09:07:53 +0000 (UTC) Received: from [192.168.38.17] (91.220.146.112) by ukex01.SolarFlarecom.com (10.17.10.4) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Tue, 9 Oct 2018 10:07:47 +0100 To: Thomas Monjalon , CC: , , , , References: <20181009021858.19216-1-thomas@monjalon.net> <20181009021858.19216-4-thomas@monjalon.net> From: Andrew Rybchenko Message-ID: <04bcdff3-a0a2-e72f-a519-1d9998263032@solarflare.com> Date: Tue, 9 Oct 2018 12:06:42 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.0 MIME-Version: 1.0 In-Reply-To: <20181009021858.19216-4-thomas@monjalon.net> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-GB X-Originating-IP: [91.220.146.112] X-ClientProxiedBy: ocex03.SolarFlarecom.com (10.20.40.36) To ukex01.SolarFlarecom.com (10.17.10.4) X-TM-AS-Product-Ver: SMEX-12.5.0.1300-8.5.1010-24144.003 X-TM-AS-Result: No-4.212900-8.000000-10 X-TMASE-MatchedRID: ZrceL/U8jXQOwH4pD14DsPHkpkyUphL9WuFm7TqL4eFeiHO/WPO/+/+4 ZHmr4Mk/77BIQvK33loH4jvnDtS/yk1+zyfzlN7ygxsfzkNRlfJq8/xv2Um1avoLR4+zsDTtfUe ErNKFJifMgDolVz0goMnqFJIOKRx/A1lv4NOxuRPR9SlPx9zt+/Adfn5DyOPDXC6uJnc/p0Ssgl kltB8xdGpozkualSTDO6clcnPxfVB+3BndfXUhXQ== X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10--4.212900-8.000000 X-TMASE-Version: SMEX-12.5.0.1300-8.5.1010-24144.003 X-MDID: 1539076075-LlKMjRi2PLvZ Subject: Re: [dpdk-dev] [PATCH 3/4] ethdev: move representor parsing functions X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Oct 2018 09:07:56 -0000 On 10/9/18 5:18 AM, Thomas Monjalon wrote: > The functions for representor devargs parsing were static > in the file rte_ethdev.c. > In order to reuse them in the file rte_class_eth.c, > they are moved to the files ethdev_private.c/.h. > > Signed-off-by: Thomas Monjalon Acked-by: Andrew Rybchenko