On Wed, Jun 15, 2016 at 9:23 PM, Michael Chan <michael.c...@broadcom.com> wrote: > On Wed, Jun 15, 2016 at 3:07 PM, Alexander Duyck <adu...@mirantis.com> wrote: >> This patch ends up doing several things. First it updates the driver to >> make use of the new unified UDP tunnel offload notifier functions. In >> addition I updated the code so that we can work around the bits that were >> checking for if VXLAN was enabled since we are now using a notifier based >> setup. Finally I moved the hard-coded GENEVE port over to using the >> notifier based setup so that we can update it if needed. >> >> Signed-off-by: Alexander Duyck <adu...@mirantis.com> > > Looks good, except that the last item in the description above is > actually done in the next patch. > > Acked-by: Michael Chan <michael.c...@broadcom.com>
Thanks for reviewing this. I'll drop that line from the patch description and add your Acked-by. - Alex