From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4C45EC3A5A4 for ; Fri, 30 Aug 2019 15:43:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2078721897 for ; Fri, 30 Aug 2019 15:43:55 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="t45Zb8Mp" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728461AbfH3Pnv (ORCPT ); Fri, 30 Aug 2019 11:43:51 -0400 Received: from mail-pf1-f193.google.com ([209.85.210.193]:45421 "EHLO mail-pf1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728195AbfH3Pnv (ORCPT ); Fri, 30 Aug 2019 11:43:51 -0400 Received: by mail-pf1-f193.google.com with SMTP id w26so4866957pfq.12; Fri, 30 Aug 2019 08:43:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version; bh=IZK133rvLPFOXdT1nth00dyTGLOoSKiaU2rUxXtqO8Q=; b=t45Zb8MpRU4zl0yeD8VsoHrfDmDVKjnG1Vt0+zrLAFSEhHgvyTi3EA5JmQuo+h+UCZ HYlSYCz3636k8rhcABU/AwV6BB87hxv0Xm4Dpg8iZTDLR6Iew5JtbWfkxNWPL/gmlYZf B4DVGNgaTO2PBHtpqu5JGL2UjxLRqkGmG1jeAuIwOOllcV54IvFBm/tRqfCF6cFlA3w9 Js9zj1NocQkVzxWyBc8HPzj7FhNX9Hxz3ytZPxoWkDhWP5FnCtKV8+drhJ7g3AhhILox 80ujVW8YqnLyOrbXcVZYn5nHohKNL38RDBrGTITM7RIyBBcYszbqD3sBf+b01YBUl5By bZ/w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version; bh=IZK133rvLPFOXdT1nth00dyTGLOoSKiaU2rUxXtqO8Q=; b=iuKVCI1LBmte4NIXdBdgwNHpaJxADNhq8zaQhHExcJCOnHB97M8PK/ewqc/6VXAl4F PN6Tp7Ym1CGQL43OyZOBtfvFbWb+fFsXoRRfgyQiHoLSQCYq8MqIVdnrnY+joOHlyi6a TtQG+7+CXhY21JMV7wbyeuT4AYUj/JFx9KvZtuSjJO+748Sq5fz18EAZFWuUVksg4Jy5 JdnZbtc58zrBshMxTCe1TVOa7gG2BSvC9Fo56jUhhd9pONRUoMlDSg6YSnAcMPOZqIMz +WKCv1PWI6tjfez6QkYrE+ncoKD5RXUsSorCyTm16CZtBskh5mRTmhjcQIIsGeFNcKIZ 6hIA== X-Gm-Message-State: APjAAAWw2nxoIf9/xih9NPS0JwEeXGzfAtTyw9eo5ynhqZv8CInwpJ64 EjwUedXLEaxs84JhzApxNZ0= X-Google-Smtp-Source: APXvYqxsYGqcl9EsgZCqgSTKDVc8tStadrHPrGQVw2ILBQsdE6ZrKfTHvjq9qNPYym29KJVDyvCgqQ== X-Received: by 2002:aa7:87d8:: with SMTP id i24mr18668241pfo.88.1567179830889; Fri, 30 Aug 2019 08:43:50 -0700 (PDT) Received: from [172.26.108.102] ([2620:10d:c090:180::7594]) by smtp.gmail.com with ESMTPSA id r28sm3303447pfg.62.2019.08.30.08.43.49 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 30 Aug 2019 08:43:50 -0700 (PDT) From: "Jonathan Lemon" To: "Kevin Laatz" Cc: netdev@vger.kernel.org, ast@kernel.org, daniel@iogearbox.net, bjorn.topel@intel.com, magnus.karlsson@intel.com, jakub.kicinski@netronome.com, saeedm@mellanox.com, maximmi@mellanox.com, stephen@networkplumber.org, bruce.richardson@intel.com, ciara.loftus@intel.com, bpf@vger.kernel.org, intel-wired-lan@lists.osuosl.org Subject: Re: [PATCH bpf-next v6 06/12] mlx5e: modify driver for handling offsets Date: Fri, 30 Aug 2019 08:43:48 -0700 X-Mailer: MailMate (1.12.5r5635) Message-ID: In-Reply-To: <20190827022531.15060-7-kevin.laatz@intel.com> References: <20190822014427.49800-1-kevin.laatz@intel.com> <20190827022531.15060-1-kevin.laatz@intel.com> <20190827022531.15060-7-kevin.laatz@intel.com> MIME-Version: 1.0 Content-Type: text/plain Sender: bpf-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org On 26 Aug 2019, at 19:25, Kevin Laatz wrote: > With the addition of the unaligned chunks option, we need to make sure we > handle the offsets accordingly based on the mode we are currently running > in. This patch modifies the driver to appropriately mask the address for > each case. > > Signed-off-by: Kevin Laatz Acked-by: Jonathan Lemon From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Lemon Date: Fri, 30 Aug 2019 08:43:48 -0700 Subject: [Intel-wired-lan] [PATCH bpf-next v6 06/12] mlx5e: modify driver for handling offsets In-Reply-To: <20190827022531.15060-7-kevin.laatz@intel.com> References: <20190822014427.49800-1-kevin.laatz@intel.com> <20190827022531.15060-1-kevin.laatz@intel.com> <20190827022531.15060-7-kevin.laatz@intel.com> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: On 26 Aug 2019, at 19:25, Kevin Laatz wrote: > With the addition of the unaligned chunks option, we need to make sure we > handle the offsets accordingly based on the mode we are currently running > in. This patch modifies the driver to appropriately mask the address for > each case. > > Signed-off-by: Kevin Laatz Acked-by: Jonathan Lemon