From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f53.google.com (mail-pa0-f53.google.com [209.85.220.53]) by dpdk.org (Postfix) with ESMTP id B688BFE5 for ; Mon, 11 May 2015 19:32:56 +0200 (CEST) Received: by pabtp1 with SMTP id tp1so115104167pab.2 for ; Mon, 11 May 2015 10:32:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=i9K88ZM0QEi1yMTMzsBpG1kPMUxGA5l+QBUZ0MKifoY=; b=cOi8BnNUTbHC3Rx5MuwY3CAR4R5ob8C+U0lv0cPtfG1qErHVzQU0qCijdzdAYGgAnV FqyqmRHo4n/TzgZ41W2FnO7NG9F8chAEIgs6tKZjjAr5g074NYubbmtVoTQSMoX3aZk6 c0sa67InDA6d8z+w+FFPYOJfMriMPWh8sd4w8D538qwtolQMyuq7Q97cvt0ZittsYZwW pmYKKrxCM8ZsCQdMVGEKh/6s6q6m7xxikSl1Ej6+frCdiUObjXKGlUKix6UFs94GF9Eu wtM/KpM8Gw4Ie7so4QBwjth3c2/pnn5OKJeYSt9X7ZYiFOrkGSiaQIYQ5kBWuFLbpIS8 iRcg== X-Gm-Message-State: ALoCoQlA88JAnGFEh8nRC3KZOFYAmzH334IxSFceRBFq+BrPFe5yE3LSuyxqRpRfkOS6k6dUuD74 X-Received: by 10.66.192.74 with SMTP id he10mr20608874pac.145.1431365576098; Mon, 11 May 2015 10:32:56 -0700 (PDT) Received: from urahara (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by mx.google.com with ESMTPSA id oo3sm7466453pac.31.2015.05.11.10.32.55 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 11 May 2015 10:32:55 -0700 (PDT) Date: Mon, 11 May 2015 10:32:59 -0700 From: Stephen Hemminger To: Neil Horman Message-ID: <20150511103259.3e602773@urahara> In-Reply-To: <8edea4c81f624728bb5f0476b680c410@BRMWP-EXMB11.corp.brocade.com> References: <1431364071-27298-1-git-send-email-stephen@networkplumber.org> <1431364071-27298-3-git-send-email-stephen@networkplumber.org> <8edea4c81f624728bb5f0476b680c410@BRMWP-EXMB11.corp.brocade.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" , Stephen Hemminger Subject: Re: [dpdk-dev] [PATCH 2/6] rte_sched: expand scheduler hierarchy for more VLAN's 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: Mon, 11 May 2015 17:32:57 -0000 On Mon, 11 May 2015 17:20:07 +0000 Neil Horman wrote: > Have you run this through the ABI checker? Seems like this would alter lots of > pointer offsets. > Neil No, I have not run it through ABI checker. It would change the ABI for applications using qos_sched but will not change layout of mbuf. But my assumption was that as part of release process the ABI version would change rather than doing for each patch that gets merged.