From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com
 [209.85.212.170]) by dpdk.org (Postfix) with ESMTP id D089D8E80
 for <dev@dpdk.org>; Fri, 30 Oct 2015 14:47:50 +0100 (CET)
Received: by wicll6 with SMTP id ll6so11038921wic.0
 for <dev@dpdk.org>; Fri, 30 Oct 2015 06:47:50 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind_com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:organization:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding
 :content-type; bh=NFYgZwtR5IL6CTtmYtKZUp3/Ot4iRMzfznKAJjpzmuw=;
 b=DmrlfknUqPiJN+kucFJeZyPwn+YQUNluiLvqZX/T0XlER6FyrCG/Sl7VOaO074Q1PG
 FOhvuV0XeFWkn6I/JN2erkCdbhT6FbzZr+tsp/Q43vC4tmVT8ekzE4rvlsLnIgTt4hEM
 7qkpdtSas5a2Vqs/7eJpJEEI2+5YptrZIvNxBSRz9h11D9/Zvnuq3Hnhn76JeQUH1Pxl
 0IyGABM3bwuIncM/hikXluK9hS7y8jnce2hZGU78SBIorK6oHPZC2XYQ4PT2ziVWjx62
 3t/LR72KlkBHygK4VDXrtJQMa5GCSDojAfyroJdZmRR0ASTrz1znWQTO0OA88BGGli1j
 S9wg==
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=NFYgZwtR5IL6CTtmYtKZUp3/Ot4iRMzfznKAJjpzmuw=;
 b=PPYF94gifyfMewdNgNTpoOJ7H0Tm8WOGLSTG4uRkiN2wfDr6cHmG4maH+sQOpyWJJk
 nabuh64yslVKuyMeD4YImg+Q7i5E3l/QqMeek+BUIEDLXFDeymeHy+4MZjq8b2eOFlfL
 vUVzROE0bgEdyFpNYH1OTkArVDwnQ6OAaihpg+nKZ6xtWlr4zWPcNciCj9uzWiqzTkLr
 ypi2CSlieA3/3ZR4ZLz2DhUHIzRWtLLGcOj+2K3Sjio37nM51vzj206Pe1RIg1QJIlXo
 VrJOdSe0aUV/2/OkDKWpABg/tTJOafVqT1DZoW3JKK3b/guWcfoMWTftuBm77cRTxVk5
 9ZIg==
X-Gm-Message-State: ALoCoQkFC1IqNd9N21+dt5DrXrKeyduoH0KCyntptfSu6lx68ClmgCfqSJeiVcjpSqafwBpaWTTK
X-Received: by 10.194.61.172 with SMTP id q12mr9771775wjr.69.1446212870685;
 Fri, 30 Oct 2015 06:47:50 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id ld5sm7184064wjc.18.2015.10.30.06.47.49
 (version=TLSv1/SSLv3 cipher=OTHER);
 Fri, 30 Oct 2015 06:47:49 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Helin Zhang <helin.zhang@intel.com>
Date: Fri, 30 Oct 2015 14:46:39 +0100
Message-ID: <1825895.jnZdLtN9L6@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1446174687-2407-2-git-send-email-helin.zhang@intel.com>
References: <1446098572-4409-1-git-send-email-helin.zhang@intel.com>
 <1446174687-2407-1-git-send-email-helin.zhang@intel.com>
 <1446174687-2407-2-git-send-email-helin.zhang@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] [PATCH v7 1/2] i40e: RSS/FD granularity configuration
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 30 Oct 2015 13:47:51 -0000

2015-10-30 11:11, Helin Zhang:
> v7 changes:
> Modified RTE_ETH_INSET_SIZE_MAX from 128 to 1, to avoid ABI changes.

Why it would avoid ABI changes?
Have you passed the ABI checker?