/
phprus
/
github_dpdk
Обзор
Документация
Войти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/ethtool/ethtool-app/ethapp.h
12 строк
309 B
Bruce Richardson
examples: use SPDX tag for Intel copyright files
05 янв 2018, 00:41
05 янв 2018, 00:41
3998e2a
Код
Авторство
О чём код?
/* SPDX-License-Identifier: BSD-3-Clause * Copyright(c) 2015 Intel Corporation */ void ethapp_main(void); void print_stats(void); void lock_port(int idx_port); void unlock_port(int idx_port); void mark_port_inactive(int idx_port); void mark_port_active(int idx_port); void mark_port_newmac(int idx_port);