From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v7 1/2] i40e: RSS/FD granularity configuration Date: Fri, 30 Oct 2015 14:46:39 +0100 Message-ID: <1825895.jnZdLtN9L6@xps13> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Helin Zhang Return-path: 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 ; Fri, 30 Oct 2015 14:47:50 +0100 (CET) Received: by wicll6 with SMTP id ll6so11038921wic.0 for ; Fri, 30 Oct 2015 06:47:50 -0700 (PDT) In-Reply-To: <1446174687-2407-2-git-send-email-helin.zhang@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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?