From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f49.google.com (mail-pa0-f49.google.com [209.85.220.49]) by dpdk.org (Postfix) with ESMTP id 2AD8A6A95 for ; Wed, 10 Dec 2014 17:48:19 +0100 (CET) Received: by mail-pa0-f49.google.com with SMTP id eu11so3118965pac.22 for ; Wed, 10 Dec 2014 08:48:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=tvK48iBixhx5cXbErgxBrteSBIJcNQznNuw6FEuzK0k=; b=boWRZKeydIG5qBvlyBSL3Ah4OmupTvX3Yj5dZVQJSDubaa6E9eEdO3Uae/tUmGncPX P0bIu9kTUuIVTPCUgxv8OjWCQokvSw6gbhIHvXv51UCCPvpiIjYtpwmO9jO93gJYA2Cr UxODtk0TPhF6hgs4bctxrEaJmkpwR48YbnaL+3yLfcDYtFY0AhQ1fskPiTcndMYpzhZL yOEHb2K8XE1GGa6Mjsu5iPiowi0CVRZGKgqU7Vi+lHQ8ru3MFu/CFnnGJ5iHQ3SLrpZs ThTKR9ymDwGSQNtN9r/tsewN/pClO9ioOt7aEbhuphB1PMLejln56ZNq69K8J2rXXKMe CWrw== MIME-Version: 1.0 X-Received: by 10.68.69.37 with SMTP id b5mr8730359pbu.102.1418230098513; Wed, 10 Dec 2014 08:48:18 -0800 (PST) Received: by 10.70.70.40 with HTTP; Wed, 10 Dec 2014 08:48:18 -0800 (PST) In-Reply-To: <1711352.ynynK9mjB7@xps13> References: <1418157854-7642-1-git-send-email-rkerur@gmail.com> <1711352.ynynK9mjB7@xps13> Date: Wed, 10 Dec 2014 08:48:18 -0800 Message-ID: From: r k To: Thomas Monjalon Content-Type: text/plain; charset=UTF-8 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH] Fix power_of_2 macro. Avoid branching when calculating RTE_MIN and RTE_MAX. 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: Wed, 10 Dec 2014 16:48:19 -0000 Just sent another patch explaining the fix and signed-off. Thanks, Ravi On Wed, Dec 10, 2014 at 4:58 AM, Thomas Monjalon wrote: > 2014-12-09 13:05, r k: >> Subject: [PATCH] Fix power_of_2 macro. Avoid branching when >> calculating RTE_MIN and RTE_MAX. > > Please could you add more explanations about the problem you are solving? > > You should also add a Signed-off like explained in this page: > http://dpdk.org/dev#send > > Thanks > -- > Thomas