Hi Vedang, Thank you for the patch! Yet something to improve:
[auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Vedang-Patel/net-sched-Add-txtime-assist-support-for-taprio/20190622-192248 config: i386-randconfig-h1-06230338 (attached as .config) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduce: # save the attached .config to linux build tree make ARCH=i386 If you fix the issue, kindly add following tag Reported-by: kbuild test robot <l...@intel.com> All errors (new ones prefixed by >>): ld: net/sched/sch_taprio.o: in function `length_to_duration': >> net/sched/sch_taprio.c:154: undefined reference to `__divdi3' >> ld: net/sched/sch_taprio.c:154: undefined reference to `__divdi3' >> ld: net/sched/sch_taprio.c:154: undefined reference to `__divdi3' vim +154 net/sched/sch_taprio.c 151 152 static int length_to_duration(struct taprio_sched *q, int len) 153 { > 154 return (len * atomic64_read(&q->picos_per_byte)) / 1000; 155 } 156 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
.config.gz
Description: application/gzip