From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id A6B1311C5 for ; Fri, 25 Sep 2015 15:44:30 +0200 (CEST) Received: by wicge5 with SMTP id ge5so21492730wic.0 for ; Fri, 25 Sep 2015 06:44:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=+8WlAzeWE8mPosMVO1gZFw4StMpE60mEEOdhk+BuSAY=; b=lyUh790g3caE1dSehxroX+zGj1FWwqqTceXK1D1oAxGQWRJsP1Ifz5l4UKd7XJH3u5 ZacPfefNL3rgc/MDPui4mdjt7F/EEG3WyG05Wbrdd/9Avyo3oh7HNaF3Yet3I0RUJdC5 57qrSp6nGbVXk6Ks/aIo3uS4sRj0MlzwHhY4QwyITGrelieh07AmsBA1z1fbjfENg0x/ F9wfdB/ZUOd8tJ3Hn9mYxyGgeyfYMLOQ8atXIvH/xDgvk8pvJTiLGJCfYFdn0SQMsHOW M6FhAfJJ52x51NKdVIE766kyMNWcASOvk+1XUM24sgYBXnqmcwPo3TfQe0R+STdvbKBC Oklw== X-Gm-Message-State: ALoCoQmSRFUE3SLVHQb+L8CCMpQohVrxgEdWs9WOy3l/zmbB2l7Ri/y1OU7WzCsIjsDyXItg4AeW X-Received: by 10.180.87.37 with SMTP id u5mr3702087wiz.42.1443188670371; Fri, 25 Sep 2015 06:44:30 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id v7sm3465842wjv.12.2015.09.25.06.44.28 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 25 Sep 2015 06:44:29 -0700 (PDT) From: Thomas Monjalon To: "Kulasek, TomaszX" Date: Fri, 25 Sep 2015 15:43:22 +0200 Message-ID: <1923410.1hJbdTxVvO@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <3042915272161B4EB253DA4D77EB373A14DF6E01@IRSMSX102.ger.corp.intel.com> References: <1435589444-1988-1-git-send-email-tomaszx.kulasek@intel.com> <2117107.CAUBaR2rrA@xps13> <3042915272161B4EB253DA4D77EB373A14DF6E01@IRSMSX102.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCHv4 5/9] null: export eth_dev_null_create X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 13:44:30 -0000 > > Please, could you update it to DPDK_2.2? > +DPDK_2.2 { > + global: > + > + eth_dev_null_create; > + > +} DPDK_2.0; > > This change is fine? Yes, only one letter to change :)