Re: [PATCH net-next] net: openvswitch: unexport ovs_vport_alloc/free
Aaron Conole via dev <[email protected]>
| Newsgroups | gmane.network.openvswitch.devel,gmane.linux.network,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
Ilya Maximets <[email protected]> writes: > Since removal of the legacy tunnel port types, there are no more > users for these functions outside the main openvswitch module. > Functions to register vport_ops are also not exported. Allocating > vports without operations doesn't make a lot of sense. > > Highlighted by Sashiko as a follow up to the removal of the module > infrastructure. > > Signed-off-by: Ilya Maximets <[email protected]> > --- > net/openvswitch/vport.c | 2 -- > 1 file changed, 2 deletions(-) > Reviewed-by: Aaron Conole <[email protected]>